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