[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /NetBSD/NetBSD-release-8/src/external/gpl3/gcc/dist/libiberty/
 
Current bandwidth utilization 1964.80 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/ 29-May-2024 05:05 - [DIR] config/ 04-Jun-2017 10:18 - [TXT] COPYING.LIB 21-Jun-2011 03:23 26K [   ] ChangeLog 25-Nov-2017 04:23 309K [TXT] ChangeLog.jit 24-Jan-2016 07:05 794 [TXT] Makefile.in 24-Jan-2016 10:43 65K [TXT] README 21-Jun-2011 03:23 2.9K [TXT] _doprnt.c 24-Jan-2016 07:05 7.3K [TXT] aclocal.m4 01-Mar-2014 09:41 4.7K [TXT] alloca.c 21-Jun-2011 03:23 14K [TXT] argv.c 01-Mar-2014 09:41 13K [TXT] asprintf.c 24-Jan-2016 07:05 1.8K [   ] at-file.texi 21-Jun-2011 03:23 732 [TXT] atexit.c 21-Jun-2011 03:23 488 [TXT] basename.c 21-Jun-2011 03:23 1.3K [TXT] bcmp.c 21-Jun-2011 03:23 643 [TXT] bcopy.c 21-Jun-2011 03:23 694 [TXT] bsearch.c 01-Mar-2014 09:41 3.7K [TXT] bzero.c 21-Jun-2011 03:23 435 [TXT] calloc.c 21-Jun-2011 03:23 714 [TXT] choose-temp.c 24-Jan-2016 07:05 2.0K [TXT] clock.c 21-Jun-2011 03:23 2.6K [TXT] concat.c 24-Jan-2016 07:05 4.9K [TXT] config.h-vms 21-Jun-2011 03:23 309 [TXT] config.in 04-May-2016 02:28 15K [TXT] configure 04-May-2016 02:28 234K [TXT] configure.ac 04-May-2016 02:28 21K [TXT] configure.com 21-Jun-2011 03:23 1.1K [   ] copying-lib.texi 01-Mar-2014 09:41 26K [TXT] copysign.c 21-Jun-2011 03:23 2.6K [TXT] cp-demangle.c 25-Nov-2017 04:23 168K [TXT] cp-demangle.h 24-Jan-2016 07:05 5.6K [TXT] cp-demint.c 07-Jun-2016 07:57 6.8K [TXT] cplus-dem.c 07-Jun-2016 07:57 121K [TXT] crc32.c 01-Mar-2014 09:41 6.5K [TXT] d-demangle.c 24-Jan-2016 07:05 30K [TXT] dwarfnames.c 01-Mar-2014 09:41 3.1K [TXT] dyn-string.c 21-Jun-2011 03:23 11K [TXT] fdmatch.c 21-Jun-2011 03:23 2.1K [TXT] ffs.c 21-Jun-2011 03:23 465 [TXT] fibheap.c 21-Jun-2011 03:23 11K [TXT] filename_cmp.c 24-Jan-2016 07:05 5.3K [TXT] floatformat.c 24-Jan-2016 10:43 22K [TXT] fnmatch.c 21-Jun-2011 03:23 5.3K [TXT] fnmatch.txh 01-Mar-2014 09:41 1.9K [TXT] fopen_unlocked.c 01-Mar-2014 09:41 3.4K [   ] functions.texi 24-Jan-2016 07:05 73K [TXT] gather-docs 01-Mar-2014 09:41 3.3K [TXT] getcwd.c 21-Jun-2011 03:23 1.2K [TXT] getopt.c 21-Jun-2011 03:23 30K [TXT] getopt1.c 21-Jun-2011 03:23 4.3K [TXT] getpagesize.c 21-Jun-2011 03:23 2.0K [TXT] getpwd.c 21-Jun-2011 03:23 2.5K [TXT] getruntime.c 21-Jun-2011 03:23 3.0K [TXT] gettimeofday.c 21-Jun-2011 03:23 543 [TXT] hashtab.c 24-Jan-2016 07:05 29K [TXT] hex.c 21-Jun-2011 03:23 6.8K [TXT] index.c 21-Jun-2011 03:23 448 [TXT] insque.c 01-Mar-2014 09:41 1.1K [TXT] lbasename.c 01-Mar-2014 09:41 2.3K [   ] libiberty.texi 01-Mar-2014 09:41 11K [TXT] lrealpath.c 21-Jun-2011 03:23 4.7K [TXT] maint-tool 24-Jan-2016 07:05 6.5K [TXT] make-relative-prefix.c 01-Mar-2014 09:41 11K [TXT] make-temp-file.c 24-Jan-2016 10:43 5.5K [   ] makefile.vms 24-Jan-2016 07:05 1.0K [TXT] md5.c 01-Mar-2014 09:41 14K [TXT] memchr.c 01-Mar-2014 09:41 815 [TXT] memcmp.c 01-Mar-2014 09:41 876 [TXT] memcpy.c 01-Mar-2014 09:41 502 [TXT] memmem.c 01-Mar-2014 09:41 2.2K [TXT] memmove.c 01-Mar-2014 09:41 533 [TXT] mempcpy.c 01-Mar-2014 09:41 1.3K [TXT] memset.c 01-Mar-2014 09:41 500 [TXT] mkstemps.c 21-Jun-2011 03:23 3.7K [TXT] msdos.c 21-Jun-2011 03:23 177 [TXT] objalloc.c 25-Oct-2012 19:00 7.2K [TXT] obstack.c 21-Jun-2011 03:23 16K [   ] obstacks.texi 01-Mar-2014 09:41 30K [TXT] partition.c 21-Jun-2011 03:23 4.8K [TXT] pex-common.c 24-Jan-2016 07:05 15K [TXT] pex-common.h 24-Jan-2016 07:05 6.1K [TXT] pex-djgpp.c 24-Jan-2016 07:05 6.7K [TXT] pex-msdos.c 01-Mar-2014 09:41 7.2K [TXT] pex-one.c 21-Jun-2011 03:23 1.4K [TXT] pex-unix.c 24-Jan-2016 07:05 20K [TXT] pex-win32.c 24-Jan-2016 07:05 26K [TXT] pexecute.c 21-Jun-2011 03:23 3.2K [TXT] pexecute.txh 01-Mar-2014 09:41 12K [TXT] physmem.c 21-Jun-2011 03:23 7.2K [TXT] putenv.c 21-Jun-2011 03:23 2.2K [TXT] random.c 01-Mar-2014 09:41 14K [TXT] regex.c 24-Jan-2016 07:05 253K [TXT] rename.c 21-Jun-2011 03:23 633 [TXT] rindex.c 21-Jun-2011 03:23 460 [TXT] safe-ctype.c 21-Jun-2011 03:23 10K [TXT] setenv.c 01-Mar-2014 09:41 4.5K [TXT] setproctitle.c 01-Mar-2014 09:41 1.4K [TXT] sha1.c 01-Mar-2014 09:41 12K [TXT] sigsetmask.c 24-Jan-2016 07:05 902 [TXT] simple-object-coff.c 01-Mar-2014 09:41 23K [TXT] simple-object-common.h 01-Mar-2014 09:41 10K [TXT] simple-object-elf.c 24-Jan-2016 07:05 29K [TXT] simple-object-mach-o.c 01-Mar-2014 09:41 40K [TXT] simple-object-xcoff.c 01-Mar-2014 09:41 25K [TXT] simple-object.c 24-Jan-2016 07:05 9.3K [TXT] simple-object.txh 01-Mar-2014 09:41 7.5K [TXT] snprintf.c 24-Jan-2016 07:05 2.2K [TXT] sort.c 21-Jun-2011 03:23 4.8K [TXT] spaces.c 01-Mar-2014 09:41 1.7K [TXT] splay-tree.c 01-Mar-2014 09:41 15K [TXT] stack-limit.c 01-Mar-2014 09:41 2.0K [TXT] stpcpy.c 21-Jun-2011 03:23 1.3K [TXT] stpncpy.c 01-Mar-2014 09:41 1.5K [TXT] strcasecmp.c 21-Jun-2011 03:23 4.2K [TXT] strchr.c 21-Jun-2011 03:23 528 [TXT] strdup.c 21-Jun-2011 03:23 562 [TXT] strerror.c 24-Jan-2016 10:43 21K [TXT] strncasecmp.c 21-Jun-2011 03:23 3.4K [TXT] strncmp.c 01-Mar-2014 09:41 638 [TXT] strndup.c 21-Jun-2011 03:23 1.6K [TXT] strnlen.c 01-Mar-2014 09:41 585 [TXT] strrchr.c 21-Jun-2011 03:23 548 [TXT] strsignal.c 21-Jun-2011 03:23 15K [TXT] strstr.c 21-Jun-2011 03:23 1.0K [TXT] strtod.c 01-Mar-2014 09:41 3.4K [TXT] strtol.c 01-Mar-2014 09:41 5.3K [TXT] strtoll.c 24-Jan-2016 07:05 5.5K [TXT] strtoul.c 21-Jun-2011 03:23 3.2K [TXT] strtoull.c 24-Jan-2016 07:05 3.4K [TXT] strverscmp.c 21-Jun-2011 03:23 5.2K [TXT] timeval-utils.c 01-Mar-2014 09:41 2.2K [TXT] tmpnam.c 21-Jun-2011 03:23 1.0K [TXT] unlink-if-ordinary.c 21-Jun-2011 03:23 2.0K [TXT] vasprintf.c 24-Jan-2016 07:05 3.3K [TXT] vfork.c 21-Jun-2011 03:23 346 [TXT] vfprintf.c 21-Jun-2011 03:23 343 [TXT] vprintf-support.c 25-Nov-2017 04:23 2.9K [TXT] vprintf-support.h 24-Jan-2016 07:05 1.0K [TXT] vprintf.c 01-Mar-2014 09:41 856 [TXT] vsnprintf.c 24-Jan-2016 07:05 4.1K [TXT] vsprintf.c 21-Jun-2011 03:23 1.8K [TXT] waitpid.c 21-Jun-2011 03:23 777 [TXT] xasprintf.c 24-Jan-2016 07:05 1.4K [TXT] xatexit.c 21-Jun-2011 03:23 2.1K [TXT] xexit.c 21-Jun-2011 03:23 1.5K [TXT] xmalloc.c 21-Jun-2011 03:23 4.6K [TXT] xmemdup.c 01-Mar-2014 09:41 952 [TXT] xstrdup.c 21-Jun-2011 03:23 720 [TXT] xstrerror.c 21-Jun-2011 03:23 2.0K [TXT] xstrndup.c 21-Jun-2011 03:23 1.6K [TXT] xvasprintf.c 24-Jan-2016 07:05 1.8K

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