[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/ftp/NetBSD/NetBSD-release-10/src/external/gpl3/gdb.old/dist/libiberty/
 
Current bandwidth utilization 2016.39 Mbit/s
Bandwidth utilization bar
Contents of README:
This directory contains the -liberty library of free software.
It is a collection of subroutines used by various GNU programs.
Current members include:

	getopt -- get options from command line
	obstack -- stacks of arbitrarily-sized objects
	strerror -- error message strings corresponding to errno
	strtol -- string-to-long conversion
	strtoul -- string-to-unsigned-long conversion

We expect many of the GNU subroutines that are floating around to
eventually arrive here.

The library must be configured from the top source directory.  Don't
try to run configure in this directory.  Follow the configuration
instructions in ../README.

Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to
"gcc-patches@gcc.gnu.org".  Thank you.

ADDING A NEW FILE
=================

There are two sets of files:  Those that are "required" will be
included in the library for all configurations, while those
that are "optional" will be included in the library only if "needed."

To add a new required file, edit Makefile.in to add the source file
name to CFILES and the object file to REQUIRED_OFILES.

To add a new optional file, it must provide a single function, and the
name of the function must be the same as the name of the file.

    * Add the source file name to CFILES in Makefile.in and the object
      file to CONFIGURED_OFILES.

    * Add the function to name to the funcs shell variable in
      configure.ac.

    * Add the function to the AC_CHECK_FUNCS lists just after the
      setting of the funcs shell variable.  These AC_CHECK_FUNCS calls
      are never executed; they are there to make autoheader work
      better.

    * Consider the special cases of building libiberty; as of this
      writing, the special cases are newlib and VxWorks.  If a
      particular special case provides the function, you do not need
      to do anything.  If it does not provide the function, add the
      object file to LIBOBJS, and add the function name to the case
      controlling whether to define HAVE_func.

Finally, in the build directory of libiberty, configure with
"--enable-maintainer-mode", run "make maint-deps" to update
Makefile.in, and run 'make stamp-functions' to regenerate
functions.texi.

The optional file you've added (e.g. getcwd.c) should compile and work
on all hosts where it is needed.  It does not have to work or even
compile on hosts where it is not needed.

ADDING A NEW CONFIGURATION
==========================

On most hosts you should be able to use the scheme for automatically
figuring out which files are needed.  In that case, you probably
don't need a special Makefile stub for that configuration.

If the fully automatic scheme doesn't work, you may be able to get
by with defining EXTRA_OFILES in your Makefile stub.  This is
a list of object file names that should be treated as required
for this configuration - they will be included in libiberty.a,
regardless of whatever might be in the C library.

Icon  Name                                                              Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 17-Dec-2022 21:37 - [DIR] config/ 17-Dec-2022 21:34 - [DIR] testsuite/ 17-Dec-2022 21:34 - [TXT] COPYING.LIB 13-Oct-2016 02:55 26K [TXT] ChangeLog 14-Sep-2020 02:40 338K [TXT] ChangeLog.jit 13-Oct-2016 02:55 794 [TXT] Makefile.in 14-Sep-2020 02:40 65K [TXT] README 13-Oct-2016 02:55 2.9K [TXT] _doprnt.c 14-Sep-2020 02:40 7.3K [TXT] aclocal.m4 13-Oct-2016 02:55 4.7K [TXT] alloca.c 13-Oct-2016 02:55 14K [TXT] argv.c 14-Sep-2020 02:40 14K [TXT] asprintf.c 14-Sep-2020 02:40 1.8K [   ] at-file.texi 13-Oct-2016 02:55 732 [TXT] atexit.c 13-Oct-2016 02:55 488 [TXT] basename.c 13-Oct-2016 02:55 1.3K [TXT] bcmp.c 13-Oct-2016 02:55 643 [TXT] bcopy.c 13-Oct-2016 02:55 694 [TXT] bsearch.c 13-Oct-2016 02:55 3.7K [TXT] bzero.c 13-Oct-2016 02:55 435 [TXT] calloc.c 13-Oct-2016 02:55 714 [TXT] choose-temp.c 14-Sep-2020 02:40 2.0K [TXT] clock.c 14-Sep-2020 02:40 2.6K [TXT] concat.c 14-Sep-2020 02:40 4.9K [TXT] config.h-vms 13-Oct-2016 02:55 309 [TXT] config.in 14-Sep-2020 02:40 15K [TXT] configure 14-Sep-2020 02:40 239K [TXT] configure.ac 14-Sep-2020 02:40 21K [TXT] configure.com 13-Oct-2016 02:55 1.1K [   ] copying-lib.texi 14-Sep-2020 02:40 26K [TXT] copysign.c 13-Oct-2016 02:55 2.6K [TXT] cp-demangle.c 14-Sep-2020 02:40 177K [TXT] cp-demangle.h 14-Sep-2020 02:40 5.9K [TXT] cp-demint.c 14-Sep-2020 02:40 7.0K [TXT] cplus-dem.c 14-Sep-2020 02:40 13K [TXT] crc32.c 14-Sep-2020 02:40 6.4K [TXT] d-demangle.c 14-Sep-2020 02:40 38K [TXT] dwarfnames.c 14-Sep-2020 02:40 3.4K [TXT] dyn-string.c 14-Sep-2020 02:40 11K [TXT] fdmatch.c 14-Sep-2020 02:40 2.1K [TXT] ffs.c 13-Oct-2016 02:55 465 [TXT] fibheap.c 14-Sep-2020 02:40 11K [TXT] filename_cmp.c 14-Sep-2020 02:40 5.3K [TXT] floatformat.c 14-Sep-2020 02:40 22K [TXT] fnmatch.c 14-Sep-2020 02:40 5.3K [TXT] fnmatch.txh 13-Oct-2016 02:55 1.9K [TXT] fopen_unlocked.c 14-Sep-2020 02:40 3.4K [   ] functions.texi 28-Nov-2017 19:10 73K [TXT] gather-docs 14-Sep-2020 02:40 3.3K [TXT] getcwd.c 13-Oct-2016 02:55 1.2K [TXT] getopt.c 14-Sep-2020 02:40 29K [TXT] getopt1.c 14-Sep-2020 02:40 4.3K [TXT] getpagesize.c 13-Oct-2016 02:55 2.0K [TXT] getpwd.c 13-Oct-2016 02:55 2.5K [TXT] getruntime.c 14-Sep-2020 02:40 3.0K [TXT] gettimeofday.c 13-Oct-2016 02:55 543 [TXT] hashtab.c 14-Sep-2020 02:40 29K [TXT] hex.c 14-Sep-2020 02:40 6.8K [TXT] index.c 13-Oct-2016 02:55 448 [TXT] insque.c 13-Oct-2016 02:55 1.1K [TXT] lbasename.c 14-Sep-2020 02:40 2.3K [   ] libiberty.texi 14-Sep-2020 02:40 11K [TXT] lrealpath.c 14-Sep-2020 02:40 4.7K [TXT] maint-tool 14-Sep-2020 02:40 6.5K [TXT] make-relative-prefix.c 14-Sep-2020 02:40 11K [TXT] make-temp-file.c 14-Sep-2020 02:40 5.8K [   ] makefile.vms 13-Oct-2016 02:55 1.0K [TXT] md5.c 14-Sep-2020 02:40 14K [TXT] memchr.c 13-Oct-2016 02:55 815 [TXT] memcmp.c 13-Oct-2016 02:55 876 [TXT] memcpy.c 13-Oct-2016 02:55 502 [TXT] memmem.c 14-Sep-2020 02:40 2.1K [TXT] memmove.c 13-Oct-2016 02:55 533 [TXT] mempcpy.c 14-Sep-2020 02:40 1.3K [TXT] memset.c 13-Oct-2016 02:55 500 [TXT] mkstemps.c 14-Sep-2020 02:40 3.7K [TXT] msdos.c 13-Oct-2016 02:55 177 [TXT] objalloc.c 14-Sep-2020 02:40 7.2K [TXT] obstack.c 14-Sep-2020 02:40 13K [   ] obstacks.texi 28-Nov-2017 19:10 31K [TXT] partition.c 14-Sep-2020 02:40 4.8K [TXT] pex-common.c 14-Sep-2020 02:40 15K [TXT] pex-common.h 14-Sep-2020 02:40 6.0K [TXT] pex-djgpp.c 14-Sep-2020 02:40 6.7K [TXT] pex-msdos.c 14-Sep-2020 02:40 7.2K [TXT] pex-one.c 14-Sep-2020 02:40 1.4K [TXT] pex-unix.c 14-Sep-2020 02:40 21K [TXT] pex-win32.c 14-Sep-2020 02:40 26K [TXT] pexecute.c 14-Sep-2020 02:40 3.2K [TXT] pexecute.txh 13-Oct-2016 02:55 12K [TXT] physmem.c 14-Sep-2020 02:40 7.1K [TXT] putenv.c 14-Sep-2020 02:40 2.1K [TXT] random.c 13-Oct-2016 02:55 14K [TXT] regex.c 14-Sep-2020 02:40 253K [TXT] rename.c 13-Oct-2016 02:55 633 [TXT] rindex.c 13-Oct-2016 02:55 460 [TXT] rust-demangle.c 13-Sep-2020 23:45 9.8K [TXT] safe-ctype.c 14-Sep-2020 02:40 10K [TXT] setenv.c 14-Sep-2020 02:40 4.4K [TXT] setproctitle.c 14-Sep-2020 02:40 1.4K [TXT] sha1.c 14-Sep-2020 02:40 12K [TXT] sigsetmask.c 13-Oct-2016 02:55 902 [TXT] simple-object-coff.c 14-Sep-2020 02:40 23K [TXT] simple-object-common.h 14-Sep-2020 02:40 10K [TXT] simple-object-elf.c 14-Sep-2020 02:40 48K [TXT] simple-object-mach-o.c 14-Sep-2020 02:40 40K [TXT] simple-object-xcoff.c 14-Sep-2020 02:40 30K [TXT] simple-object.c 14-Sep-2020 02:40 13K [TXT] simple-object.txh 13-Oct-2016 02:55 7.5K [TXT] snprintf.c 14-Sep-2020 02:40 2.2K [TXT] sort.c 14-Sep-2020 02:40 4.8K [TXT] spaces.c 14-Sep-2020 02:40 1.8K [TXT] splay-tree.c 14-Sep-2020 02:40 16K [TXT] stack-limit.c 14-Sep-2020 02:40 2.0K [TXT] stpcpy.c 14-Sep-2020 02:40 1.3K [TXT] stpncpy.c 14-Sep-2020 02:40 1.5K [TXT] strcasecmp.c 13-Oct-2016 02:55 4.2K [TXT] strchr.c 13-Oct-2016 02:55 528 [TXT] strdup.c 13-Oct-2016 02:55 562 [TXT] strerror.c 14-Sep-2020 02:40 21K [TXT] strncasecmp.c 13-Oct-2016 02:55 3.4K [TXT] strncmp.c 13-Oct-2016 02:55 638 [TXT] strndup.c 14-Sep-2020 02:40 1.6K [TXT] strnlen.c 13-Oct-2016 02:55 585 [TXT] strrchr.c 13-Oct-2016 02:55 548 [TXT] strsignal.c 13-Oct-2016 02:55 15K [TXT] strstr.c 13-Oct-2016 02:55 1.0K [TXT] strtod.c 14-Sep-2020 02:40 3.4K [TXT] strtol.c 13-Oct-2016 02:55 5.3K [TXT] strtoll.c 13-Oct-2016 02:55 5.5K [TXT] strtoul.c 13-Oct-2016 02:55 3.2K [TXT] strtoull.c 13-Oct-2016 02:55 3.4K [TXT] strverscmp.c 14-Sep-2020 02:40 5.2K [TXT] timeval-utils.c 14-Sep-2020 02:40 2.2K [TXT] tmpnam.c 13-Oct-2016 02:55 1.0K [TXT] unlink-if-ordinary.c 14-Sep-2020 02:40 2.0K [TXT] vasprintf.c 14-Sep-2020 02:40 3.3K [TXT] vfork.c 13-Oct-2016 02:55 346 [TXT] vfprintf.c 14-Sep-2020 02:40 348 [TXT] vprintf-support.c 14-Sep-2020 02:40 2.9K [TXT] vprintf-support.h 14-Sep-2020 02:40 1.0K [TXT] vprintf.c 13-Oct-2016 02:55 856 [TXT] vsnprintf.c 14-Sep-2020 02:40 4.1K [TXT] vsprintf.c 14-Sep-2020 02:40 1.8K [TXT] waitpid.c 26-May-2019 22:14 868 [TXT] xasprintf.c 14-Sep-2020 02:40 1.4K [TXT] xatexit.c 13-Oct-2016 02:55 2.1K [TXT] xexit.c 14-Sep-2020 02:40 1.5K [TXT] xmalloc.c 14-Sep-2020 02:40 4.6K [TXT] xmemdup.c 28-Nov-2017 19:10 1.0K [TXT] xstrdup.c 13-Oct-2016 02:55 720 [TXT] xstrerror.c 13-Oct-2016 02:55 2.0K [TXT] xstrndup.c 14-Sep-2020 02:40 1.6K [TXT] xvasprintf.c 14-Sep-2020 02:40 1.8K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!