[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/NetBSD/NetBSD-current/src/external/gpl3/gcc.old/dist/libiberty/
 
Current bandwidth utilization 1276.64 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/ 15-Jul-2023 05:01 - [DIR] config/ 27-Sep-2019 05:01 - [TXT] COPYING.LIB 26-Sep-2019 07:55 26K [TXT] Makefile.in 20-Feb-2023 04:01 66K [TXT] README 26-Sep-2019 07:55 2.9K [TXT] _doprnt.c 20-Feb-2023 04:01 7.3K [TXT] aclocal.m4 20-Feb-2023 04:01 4.8K [TXT] alloca.c 26-Sep-2019 07:55 14K [TXT] argv.c 20-Feb-2023 04:01 14K [TXT] asprintf.c 20-Feb-2023 04:01 1.8K [   ] at-file.texi 26-Sep-2019 07:55 732 [TXT] atexit.c 26-Sep-2019 07:55 488 [TXT] basename.c 26-Sep-2019 07:55 1.3K [TXT] bcmp.c 26-Sep-2019 07:55 643 [TXT] bcopy.c 26-Sep-2019 07:55 694 [TXT] bsearch.c 26-Sep-2019 07:55 3.7K [TXT] bzero.c 26-Sep-2019 07:55 435 [TXT] calloc.c 26-Sep-2019 07:55 714 [TXT] choose-temp.c 20-Feb-2023 04:01 2.0K [TXT] clock.c 20-Feb-2023 04:01 2.6K [TXT] concat.c 20-Feb-2023 04:01 4.9K [TXT] config.h-vms 26-Sep-2019 07:55 309 [TXT] config.in 10-Apr-2021 05:01 15K [TXT] configure 20-Feb-2023 04:01 243K [TXT] configure.ac 20-Feb-2023 04:01 21K [TXT] configure.com 26-Sep-2019 07:55 1.1K [   ] copying-lib.texi 20-Feb-2023 04:01 26K [TXT] copysign.c 26-Sep-2019 07:55 2.6K [TXT] cp-demangle.c 20-Feb-2023 04:01 178K [TXT] cp-demangle.h 20-Feb-2023 04:01 5.9K [TXT] cp-demint.c 20-Feb-2023 04:01 7.0K [TXT] cplus-dem.c 20-Feb-2023 04:01 12K [TXT] crc32.c 20-Feb-2023 04:01 6.4K [TXT] d-demangle.c 20-Feb-2023 04:01 38K [TXT] dwarfnames.c 20-Feb-2023 04:01 3.4K [TXT] dyn-string.c 20-Feb-2023 04:01 11K [TXT] fdmatch.c 20-Feb-2023 04:01 2.1K [TXT] ffs.c 26-Sep-2019 07:55 465 [TXT] fibheap.c 20-Feb-2023 04:01 11K [TXT] filedescriptor.c 20-Feb-2023 03:00 1.3K [TXT] filename_cmp.c 20-Feb-2023 04:01 5.3K [TXT] floatformat.c 20-Feb-2023 04:01 22K [TXT] fnmatch.c 20-Feb-2023 04:01 5.3K [TXT] fnmatch.txh 26-Sep-2019 07:55 1.9K [TXT] fopen_unlocked.c 20-Feb-2023 04:01 3.4K [   ] functions.texi 10-Apr-2021 05:01 73K [TXT] gather-docs 20-Feb-2023 04:01 3.3K [TXT] getcwd.c 26-Sep-2019 07:55 1.2K [TXT] getopt.c 20-Feb-2023 04:01 29K [TXT] getopt1.c 20-Feb-2023 04:01 4.3K [TXT] getpagesize.c 26-Sep-2019 07:55 2.0K [TXT] getpwd.c 26-Sep-2019 07:55 2.5K [TXT] getruntime.c 20-Feb-2023 04:01 3.0K [TXT] gettimeofday.c 26-Sep-2019 07:55 543 [TXT] hashtab.c 20-Feb-2023 04:01 29K [TXT] hex.c 20-Feb-2023 04:01 6.8K [TXT] index.c 26-Sep-2019 07:55 448 [TXT] insque.c 26-Sep-2019 07:55 1.1K [TXT] lbasename.c 20-Feb-2023 04:01 2.3K [   ] libiberty.texi 20-Feb-2023 04:01 11K [TXT] lrealpath.c 20-Feb-2023 04:01 4.7K [TXT] maint-tool 20-Feb-2023 04:01 6.5K [TXT] make-relative-prefix.c 20-Feb-2023 04:01 11K [TXT] make-temp-file.c 20-Feb-2023 04:01 5.8K [   ] makefile.vms 26-Sep-2019 07:55 1.0K [TXT] md5.c 20-Feb-2023 04:01 14K [TXT] memchr.c 26-Sep-2019 07:55 815 [TXT] memcmp.c 26-Sep-2019 07:55 876 [TXT] memcpy.c 26-Sep-2019 07:55 502 [TXT] memmem.c 20-Feb-2023 04:01 2.1K [TXT] memmove.c 26-Sep-2019 07:55 533 [TXT] mempcpy.c 20-Feb-2023 04:01 1.3K [TXT] memset.c 26-Sep-2019 07:55 500 [TXT] mkstemps.c 20-Feb-2023 04:01 3.7K [TXT] msdos.c 26-Sep-2019 07:55 177 [TXT] objalloc.c 20-Feb-2023 04:01 7.2K [TXT] obstack.c 20-Feb-2023 04:01 13K [   ] obstacks.texi 26-Sep-2019 07:55 31K [TXT] partition.c 20-Feb-2023 04:01 4.8K [TXT] pex-common.c 20-Feb-2023 04:01 15K [TXT] pex-common.h 20-Feb-2023 04:01 6.0K [TXT] pex-djgpp.c 20-Feb-2023 04:01 6.7K [TXT] pex-msdos.c 20-Feb-2023 04:01 7.2K [TXT] pex-one.c 20-Feb-2023 04:01 1.4K [TXT] pex-unix.c 20-Feb-2023 04:01 21K [TXT] pex-win32.c 20-Feb-2023 04:01 26K [TXT] pexecute.c 20-Feb-2023 04:01 3.2K [TXT] pexecute.txh 26-Sep-2019 07:55 12K [TXT] physmem.c 20-Feb-2023 04:01 7.1K [TXT] putenv.c 20-Feb-2023 04:01 2.1K [TXT] random.c 26-Sep-2019 07:55 14K [TXT] regex.c 20-Feb-2023 04:01 253K [TXT] rename.c 26-Sep-2019 07:55 633 [TXT] rindex.c 26-Sep-2019 07:55 460 [TXT] rust-demangle.c 20-Feb-2023 04:01 12K [TXT] safe-ctype.c 20-Feb-2023 04:01 10K [TXT] setenv.c 20-Feb-2023 04:01 4.4K [TXT] setproctitle.c 20-Feb-2023 04:01 1.4K [TXT] sha1.c 20-Feb-2023 04:01 12K [TXT] sigsetmask.c 26-Sep-2019 07:55 902 [TXT] simple-object-coff.c 20-Feb-2023 04:01 23K [TXT] simple-object-common.h 20-Feb-2023 04:01 10K [TXT] simple-object-elf.c 20-Feb-2023 04:01 49K [TXT] simple-object-mach-o.c 20-Feb-2023 04:01 40K [TXT] simple-object-xcoff.c 20-Feb-2023 04:01 30K [TXT] simple-object.c 20-Feb-2023 04:01 13K [TXT] simple-object.txh 26-Sep-2019 07:55 7.5K [TXT] snprintf.c 20-Feb-2023 04:01 2.2K [TXT] sort.c 20-Feb-2023 04:01 4.8K [TXT] spaces.c 20-Feb-2023 04:01 1.8K [TXT] splay-tree.c 20-Feb-2023 04:01 16K [TXT] stack-limit.c 20-Feb-2023 04:01 2.0K [TXT] stpcpy.c 20-Feb-2023 04:01 1.3K [TXT] stpncpy.c 20-Feb-2023 04:01 1.5K [TXT] strcasecmp.c 26-Sep-2019 07:55 4.2K [TXT] strchr.c 26-Sep-2019 07:55 528 [TXT] strdup.c 26-Sep-2019 07:55 562 [TXT] strerror.c 10-Apr-2021 05:01 21K [TXT] strncasecmp.c 26-Sep-2019 07:55 3.4K [TXT] strncmp.c 26-Sep-2019 07:55 638 [TXT] strndup.c 20-Feb-2023 04:01 1.6K [TXT] strnlen.c 26-Sep-2019 07:55 585 [TXT] strrchr.c 26-Sep-2019 07:55 548 [TXT] strsignal.c 26-Sep-2019 07:55 15K [TXT] strstr.c 15-Jul-2023 05:01 1.1K [TXT] strtod.c 20-Feb-2023 04:01 3.4K [TXT] strtol.c 26-Sep-2019 07:55 5.3K [TXT] strtoll.c 26-Sep-2019 07:55 5.5K [TXT] strtoul.c 26-Sep-2019 07:55 3.2K [TXT] strtoull.c 26-Sep-2019 07:55 3.4K [TXT] strverscmp.c 20-Feb-2023 04:01 5.2K [TXT] timeval-utils.c 20-Feb-2023 04:01 2.2K [TXT] tmpnam.c 26-Sep-2019 07:55 1.0K [TXT] unlink-if-ordinary.c 20-Feb-2023 04:01 2.0K [TXT] vasprintf.c 20-Feb-2023 04:01 3.3K [TXT] vfork.c 26-Sep-2019 07:55 346 [TXT] vfprintf.c 20-Feb-2023 04:01 348 [TXT] vprintf-support.c 20-Feb-2023 04:01 2.9K [TXT] vprintf-support.h 20-Feb-2023 04:01 1.0K [TXT] vprintf.c 26-Sep-2019 07:55 856 [TXT] vsnprintf.c 20-Feb-2023 04:01 4.1K [TXT] vsprintf.c 20-Feb-2023 04:01 1.8K [TXT] waitpid.c 20-Aug-2020 05:01 868 [TXT] xasprintf.c 20-Feb-2023 04:01 1.4K [TXT] xatexit.c 26-Sep-2019 07:55 2.1K [TXT] xexit.c 20-Feb-2023 04:01 1.5K [TXT] xmalloc.c 20-Feb-2023 04:01 4.6K [TXT] xmemdup.c 26-Sep-2019 07:55 1.0K [TXT] xstrdup.c 26-Sep-2019 07:55 720 [TXT] xstrerror.c 26-Sep-2019 07:55 2.0K [TXT] xstrndup.c 20-Feb-2023 04:01 1.6K [TXT] xvasprintf.c 20-Feb-2023 04:01 1.8K

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