Welcome to ftp.nluug.nl Current directory: /NetBSD/NetBSD-release-10/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/ 11-Nov-2024 04:07 - config/ 17-Dec-2022 21:32 - COPYING.LIB 14-Apr-2018 19:52 26K ChangeLog 03-Apr-2020 19:51 335K ChangeLog.jit 14-Apr-2018 19:52 794 Makefile.in 03-Apr-2020 19:51 65K README 14-Apr-2018 19:52 2.9K _doprnt.c 03-Apr-2020 19:51 7.3K aclocal.m4 14-Apr-2018 19:52 4.7K alloca.c 14-Apr-2018 19:52 14K argv.c 03-Apr-2020 19:51 14K asprintf.c 03-Apr-2020 19:51 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 14-Apr-2018 19:52 3.7K bzero.c 14-Apr-2018 19:52 435 calloc.c 14-Apr-2018 19:52 714 choose-temp.c 03-Apr-2020 19:51 2.0K clock.c 03-Apr-2020 19:51 2.6K concat.c 03-Apr-2020 19:51 4.9K config.h-vms 14-Apr-2018 19:52 309 config.in 03-Apr-2020 19:51 15K configure 03-Apr-2020 19:51 239K configure.ac 03-Apr-2020 19:51 21K configure.com 14-Apr-2018 19:52 1.1K copying-lib.texi 03-Apr-2020 19:51 26K copysign.c 14-Apr-2018 19:52 2.6K cp-demangle.c 03-Apr-2020 19:51 176K cp-demangle.h 03-Apr-2020 19:51 5.7K cp-demint.c 03-Apr-2020 19:51 7.0K cplus-dem.c 03-Apr-2020 19:51 124K crc32.c 03-Apr-2020 19:51 6.4K d-demangle.c 03-Apr-2020 19:51 38K dwarfnames.c 03-Apr-2020 19:51 3.4K dyn-string.c 03-Apr-2020 19:51 11K fdmatch.c 03-Apr-2020 19:51 2.1K ffs.c 14-Apr-2018 19:52 465 fibheap.c 03-Apr-2020 19:51 11K filename_cmp.c 03-Apr-2020 19:51 5.3K floatformat.c 03-Apr-2020 19:51 22K fnmatch.c 03-Apr-2020 19:51 5.3K fnmatch.txh 14-Apr-2018 19:52 1.9K fopen_unlocked.c 03-Apr-2020 19:51 3.4K functions.texi 14-Apr-2018 19:52 73K gather-docs 03-Apr-2020 19:51 3.3K getcwd.c 14-Apr-2018 19:52 1.2K getopt.c 03-Apr-2020 19:51 29K getopt1.c 03-Apr-2020 19:51 4.3K getpagesize.c 14-Apr-2018 19:52 2.0K getpwd.c 14-Apr-2018 19:52 2.5K getruntime.c 03-Apr-2020 19:51 3.0K gettimeofday.c 14-Apr-2018 19:52 543 hashtab.c 03-Apr-2020 19:51 29K hex.c 03-Apr-2020 19:51 6.8K index.c 14-Apr-2018 19:52 448 insque.c 14-Apr-2018 19:52 1.1K lbasename.c 03-Apr-2020 19:51 2.3K libiberty.texi 03-Apr-2020 19:51 11K lrealpath.c 03-Apr-2020 19:51 4.7K maint-tool 03-Apr-2020 19:51 6.5K make-relative-prefix.c 03-Apr-2020 19:51 11K make-temp-file.c 03-Apr-2020 19:51 5.5K makefile.vms 14-Apr-2018 19:52 1.0K md5.c 03-Apr-2020 19:51 14K memchr.c 14-Apr-2018 19:52 815 memcmp.c 14-Apr-2018 19:52 876 memcpy.c 14-Apr-2018 19:52 502 memmem.c 03-Apr-2020 19:51 2.1K memmove.c 14-Apr-2018 19:52 533 mempcpy.c 03-Apr-2020 19:51 1.3K memset.c 14-Apr-2018 19:52 500 mkstemps.c 03-Apr-2020 19:51 3.7K msdos.c 14-Apr-2018 19:52 177 objalloc.c 03-Apr-2020 19:51 7.2K obstack.c 03-Apr-2020 19:51 13K obstacks.texi 14-Apr-2018 19:52 31K partition.c 03-Apr-2020 19:51 4.8K pex-common.c 03-Apr-2020 19:51 15K pex-common.h 03-Apr-2020 19:51 6.0K pex-djgpp.c 03-Apr-2020 19:51 6.7K pex-msdos.c 03-Apr-2020 19:51 7.2K pex-one.c 03-Apr-2020 19:51 1.4K pex-unix.c 03-Apr-2020 19:51 20K pex-win32.c 03-Apr-2020 19:51 26K pexecute.c 03-Apr-2020 19:51 3.2K pexecute.txh 14-Apr-2018 19:52 12K physmem.c 03-Apr-2020 19:51 7.1K putenv.c 03-Apr-2020 19:51 2.1K random.c 14-Apr-2018 19:52 14K regex.c 03-Apr-2020 19:51 253K rename.c 14-Apr-2018 19:52 633 rindex.c 14-Apr-2018 19:52 460 rust-demangle.c 03-Apr-2020 19:41 9.8K safe-ctype.c 03-Apr-2020 19:51 10K setenv.c 03-Apr-2020 19:51 4.4K setproctitle.c 03-Apr-2020 19:51 1.4K sha1.c 03-Apr-2020 19:51 12K sigsetmask.c 14-Apr-2018 19:52 902 simple-object-coff.c 03-Apr-2020 19:51 23K simple-object-common.h 03-Apr-2020 19:51 10K simple-object-elf.c 03-Apr-2020 19:51 48K simple-object-mach-o.c 03-Apr-2020 19:51 40K simple-object-xcoff.c 03-Apr-2020 19:51 30K simple-object.c 03-Apr-2020 19:51 13K simple-object.txh 14-Apr-2018 19:52 7.5K snprintf.c 03-Apr-2020 19:51 2.2K sort.c 03-Apr-2020 19:51 4.8K spaces.c 03-Apr-2020 19:51 1.8K splay-tree.c 03-Apr-2020 19:51 15K stack-limit.c 03-Apr-2020 19:51 2.0K stpcpy.c 03-Apr-2020 19:51 1.3K stpncpy.c 03-Apr-2020 19:51 1.5K strcasecmp.c 14-Apr-2018 19:52 4.2K strchr.c 14-Apr-2018 19:52 528 strdup.c 14-Apr-2018 19:52 562 strerror.c 14-Apr-2018 19:52 21K strncasecmp.c 14-Apr-2018 19:52 3.4K strncmp.c 14-Apr-2018 19:52 638 strndup.c 03-Apr-2020 19:51 1.6K strnlen.c 14-Apr-2018 19:52 585 strrchr.c 14-Apr-2018 19:52 548 strsignal.c 14-Apr-2018 19:52 15K strstr.c 14-Apr-2018 19:52 1.0K strtod.c 03-Apr-2020 19:51 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 03-Apr-2020 19:51 5.2K timeval-utils.c 03-Apr-2020 19:51 2.2K tmpnam.c 14-Apr-2018 19:52 1.0K unlink-if-ordinary.c 03-Apr-2020 19:51 2.0K vasprintf.c 03-Apr-2020 19:51 3.3K vfork.c 14-Apr-2018 19:52 346 vfprintf.c 03-Apr-2020 19:51 348 vprintf-support.c 03-Apr-2020 19:51 2.9K vprintf-support.h 03-Apr-2020 19:51 1.0K vprintf.c 14-Apr-2018 19:52 856 vsnprintf.c 03-Apr-2020 19:51 4.1K vsprintf.c 03-Apr-2020 19:51 1.8K waitpid.c 03-Apr-2020 19:51 868 xasprintf.c 03-Apr-2020 19:51 1.4K xatexit.c 14-Apr-2018 19:52 2.1K xexit.c 03-Apr-2020 19:51 1.5K xmalloc.c 03-Apr-2020 19:51 4.6K xmemdup.c 14-Apr-2018 19:52 1.0K xstrdup.c 14-Apr-2018 19:52 720 xstrerror.c 14-Apr-2018 19:52 2.0K xstrndup.c 03-Apr-2020 19:51 1.6K xvasprintf.c 03-Apr-2020 19:51 1.8K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!