[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/os/BSD/NetBSD/NetBSD-current/src/external/gpl3/binutils/dist/libiberty/
 
Current bandwidth utilization 337.82 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 https://gcc.gnu.org/bugzilla/ 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/ 01-Jul-2024 05:02 - [DIR] config/ 19-Aug-2009 22:23 - [TXT] COPYING.LIB 18-Aug-2009 11:49 26K [   ] ChangeLog 01-Jul-2024 05:01 375K [TXT] ChangeLog.jit 29-Jan-2016 13:45 794 [TXT] Makefile.in 01-Jul-2024 05:01 67K [TXT] README 01-Jul-2024 05:01 2.9K [TXT] _doprnt.c 01-Jul-2024 05:01 7.3K [TXT] acinclude.m4 01-Jul-2024 05:01 5.3K [TXT] aclocal.m4 01-Jul-2024 05:01 1.0K [TXT] alloca.c 24-Dec-2022 04:01 14K [TXT] argv.c 01-Jul-2024 05:01 14K [TXT] asprintf.c 01-Jul-2024 05:01 1.8K [   ] at-file.texi 18-Aug-2009 11:49 732 [TXT] atexit.c 18-Aug-2009 11:49 488 [TXT] basename.c 18-Aug-2009 11:49 1.3K [TXT] bcmp.c 18-Aug-2009 11:49 643 [TXT] bcopy.c 18-Aug-2009 11:49 694 [TXT] bsearch.c 24-Dec-2022 04:01 3.7K [TXT] bsearch_r.c 23-Dec-2022 20:01 3.8K [TXT] bzero.c 18-Aug-2009 11:49 435 [TXT] calloc.c 24-Dec-2022 04:01 722 [TXT] choose-temp.c 01-Jul-2024 05:01 2.0K [TXT] clock.c 01-Jul-2024 05:01 2.6K [TXT] concat.c 01-Jul-2024 05:01 4.9K [TXT] config.h-vms 25-Sep-2011 05:02 309 [TXT] config.in 01-Jul-2024 05:01 16K [TXT] configure 01-Jul-2024 05:01 252K [TXT] configure.ac 01-Jul-2024 05:01 23K [TXT] configure.com 25-Sep-2011 00:18 1.1K [   ] copying-lib.texi 01-Jul-2024 05:01 26K [TXT] copysign.c 18-Aug-2009 11:50 2.6K [TXT] cp-demangle.c 01-Jul-2024 05:01 194K [TXT] cp-demangle.h 01-Jul-2024 05:01 6.0K [TXT] cp-demint.c 01-Jul-2024 05:01 7.0K [TXT] cplus-dem.c 01-Jul-2024 05:01 12K [TXT] crc32.c 01-Jul-2024 05:01 6.4K [TXT] d-demangle.c 01-Jul-2024 05:01 47K [TXT] dwarfnames.c 01-Jul-2024 05:01 3.7K [TXT] dyn-string.c 01-Jul-2024 05:01 11K [TXT] fdmatch.c 01-Jul-2024 05:01 2.1K [TXT] ffs.c 18-Aug-2009 11:50 465 [TXT] fibheap.c 01-Jul-2024 05:01 11K [TXT] filedescriptor.c 01-Jul-2024 05:01 1.3K [TXT] filename_cmp.c 01-Jul-2024 05:01 5.3K [TXT] floatformat.c 01-Jul-2024 05:01 22K [TXT] fnmatch.c 01-Jul-2024 05:01 5.3K [TXT] fnmatch.txh 30-Sep-2013 05:06 1.9K [TXT] fopen_unlocked.c 01-Jul-2024 05:01 3.4K [   ] functions.texi 01-Jul-2024 05:01 74K [TXT] gather-docs 01-Jul-2024 05:01 3.3K [TXT] getcwd.c 18-Aug-2009 11:50 1.2K [TXT] getopt.c 01-Jul-2024 05:01 29K [TXT] getopt1.c 01-Jul-2024 05:01 4.3K [TXT] getpagesize.c 18-Aug-2009 11:50 2.0K [TXT] getpwd.c 18-Aug-2009 11:50 2.5K [TXT] getruntime.c 01-Jul-2024 05:01 3.0K [TXT] gettimeofday.c 18-Aug-2009 11:50 543 [TXT] hashtab.c 01-Jul-2024 05:01 29K [TXT] hex.c 01-Jul-2024 05:01 6.8K [TXT] index.c 18-Aug-2009 11:50 448 [TXT] insque.c 30-Sep-2013 05:06 1.1K [TXT] lbasename.c 01-Jul-2024 05:01 2.3K [   ] libiberty.texi 01-Jul-2024 05:01 11K [TXT] lrealpath.c 01-Jul-2024 05:01 8.1K [TXT] maint-tool 01-Jul-2024 05:01 6.5K [TXT] make-relative-prefix.c 01-Jul-2024 05:01 11K [TXT] make-temp-file.c 01-Jul-2024 05:01 6.0K [   ] makefile.vms 30-Jan-2016 04:00 1.0K [TXT] md5.c 01-Jul-2024 05:01 14K [TXT] memchr.c 24-Dec-2022 04:01 823 [TXT] memcmp.c 24-Dec-2022 04:01 880 [TXT] memcpy.c 24-Dec-2022 04:01 509 [TXT] memmem.c 01-Jul-2024 05:01 2.1K [TXT] memmove.c 24-Dec-2022 04:01 540 [TXT] mempcpy.c 01-Jul-2024 05:01 1.3K [TXT] memset.c 24-Dec-2022 04:01 505 [TXT] mkstemps.c 01-Jul-2024 05:01 3.7K [TXT] msdos.c 18-Aug-2009 11:50 177 [TXT] objalloc.c 01-Jul-2024 05:01 7.2K [TXT] obstack.c 01-Jul-2024 05:01 13K [   ] obstacks.texi 01-Jul-2024 05:01 30K [TXT] partition.c 01-Jul-2024 05:01 4.8K [TXT] pex-common.c 01-Jul-2024 05:01 15K [TXT] pex-common.h 01-Jul-2024 05:01 6.0K [TXT] pex-djgpp.c 01-Jul-2024 05:01 6.7K [TXT] pex-msdos.c 01-Jul-2024 05:01 7.2K [TXT] pex-one.c 01-Jul-2024 05:01 1.4K [TXT] pex-unix.c 01-Jul-2024 05:01 24K [TXT] pex-win32.c 01-Jul-2024 05:01 27K [TXT] pexecute.c 01-Jul-2024 05:01 3.2K [TXT] pexecute.txh 30-Sep-2013 05:06 12K [TXT] physmem.c 01-Jul-2024 05:01 7.1K [TXT] putenv.c 01-Jul-2024 05:01 2.1K [TXT] random.c 24-Dec-2022 04:01 14K [TXT] regex.c 01-Jul-2024 05:01 253K [TXT] rename.c 18-Aug-2009 11:50 633 [TXT] rindex.c 18-Aug-2009 11:50 460 [TXT] rust-demangle.c 01-Jul-2024 05:01 35K [TXT] safe-ctype.c 01-Jul-2024 05:01 10K [TXT] setenv.c 01-Jul-2024 05:01 4.4K [TXT] setproctitle.c 01-Jul-2024 05:01 1.4K [TXT] sha1.c 01-Jul-2024 05:01 21K [TXT] sigsetmask.c 30-Jan-2016 04:00 902 [TXT] simple-object-coff.c 01-Jul-2024 05:01 23K [TXT] simple-object-common.h 01-Jul-2024 05:01 10K [TXT] simple-object-elf.c 01-Jul-2024 05:01 49K [TXT] simple-object-mach-o.c 01-Jul-2024 05:01 40K [TXT] simple-object-xcoff.c 01-Jul-2024 05:01 30K [TXT] simple-object.c 01-Jul-2024 05:01 14K [TXT] simple-object.txh 30-Sep-2013 05:06 7.5K [TXT] snprintf.c 01-Jul-2024 05:01 2.2K [TXT] sort.c 01-Jul-2024 05:01 4.8K [TXT] spaces.c 01-Jul-2024 05:01 1.8K [TXT] splay-tree.c 01-Jul-2024 05:01 16K [TXT] stack-limit.c 01-Jul-2024 05:01 2.0K [TXT] stpcpy.c 01-Jul-2024 05:01 1.4K [TXT] stpncpy.c 01-Jul-2024 05:01 1.5K [TXT] strcasecmp.c 18-Aug-2009 11:50 4.2K [TXT] strchr.c 18-Aug-2009 11:50 528 [TXT] strdup.c 24-Dec-2022 04:01 572 [TXT] strerror.c 25-Dec-2022 04:00 21K [TXT] strncasecmp.c 18-Aug-2009 11:50 3.4K [TXT] strncmp.c 30-Sep-2013 05:06 638 [TXT] strndup.c 01-Jul-2024 05:01 1.6K [TXT] strnlen.c 29-Jan-2016 13:45 585 [TXT] strrchr.c 18-Aug-2009 11:50 548 [TXT] strsignal.c 25-Dec-2022 04:00 15K [TXT] strstr.c 01-Jul-2024 05:01 953 [TXT] strtod.c 01-Jul-2024 05:01 3.4K [TXT] strtol.c 30-Sep-2013 05:06 5.3K [TXT] strtoll.c 29-Jan-2016 13:45 5.5K [TXT] strtoul.c 18-Aug-2009 11:50 3.2K [TXT] strtoull.c 29-Jan-2016 13:45 3.4K [TXT] strverscmp.c 01-Jul-2024 05:01 5.2K [TXT] timeval-utils.c 01-Jul-2024 05:01 2.2K [TXT] tmpnam.c 18-Aug-2009 11:50 1.0K [TXT] unlink-if-ordinary.c 01-Jul-2024 05:01 2.0K [TXT] vasprintf.c 01-Jul-2024 05:01 3.3K [TXT] vfork.c 18-Aug-2009 11:50 346 [TXT] vfprintf.c 01-Jul-2024 05:01 348 [TXT] vprintf-support.c 01-Jul-2024 05:01 2.9K [TXT] vprintf-support.h 01-Jul-2024 05:01 1.0K [TXT] vprintf.c 30-Sep-2013 05:06 856 [TXT] vsnprintf.c 01-Jul-2024 05:01 4.1K [TXT] vsprintf.c 01-Jul-2024 05:01 1.8K [TXT] waitpid.c 15-Apr-2018 05:01 868 [TXT] xasprintf.c 01-Jul-2024 05:01 1.4K [TXT] xatexit.c 24-Dec-2022 04:01 2.1K [TXT] xexit.c 01-Jul-2024 05:01 1.5K [TXT] xmalloc.c 01-Jul-2024 05:01 4.6K [TXT] xmemdup.c 24-Dec-2022 04:01 1.0K [TXT] xstrdup.c 25-Sep-2011 05:02 720 [TXT] xstrerror.c 18-Aug-2009 11:50 2.0K [TXT] xstrndup.c 01-Jul-2024 05:01 1.6K [TXT] xvasprintf.c 01-Jul-2024 05:01 1.8K

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