NetBSD/gnu/dist/toolchain/libiberty
mrg bc8fc1085d merge binutils 2.13.2.1 2003-03-01 12:25:55 +00:00
..
config Import binutils 2.11. 2001-04-23 12:27:01 +00:00
testsuite Import binutils 2.10.1. 2001-01-30 18:32:08 +00:00
COPYING.LIB
ChangeLog Import binutils 2.11. 2001-04-23 12:27:01 +00:00
Makefile.in merge binutils 2.13.2.1 2003-03-01 12:25:55 +00:00
README
aclocal.m4 Import binutils 2.11. 2001-04-23 12:27:01 +00:00
alloca-conf.h
alloca.c
argv.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
asprintf.c
atexit.c
basename.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
bcmp.c
bcopy.c
bsearch.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
bzero.c
calloc.c
choose-temp.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
clock.c
concat.c
config.h-vms
config.in Import binutils 2.11. 2001-04-23 12:27:01 +00:00
config.table Import binutils 2.11. 2001-04-23 12:27:01 +00:00
configure Import binutils 2.11. 2001-04-23 12:27:01 +00:00
configure.in Import binutils 2.11. 2001-04-23 12:27:01 +00:00
copysign.c
cp-demangle.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
cplus-dem.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
dyn-string.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
fdmatch.c
floatformat.c Use <string.h> to get the memcpy/memset prototype. 2002-04-08 14:48:31 +00:00
fnmatch.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
getcwd.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
getopt.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
getopt1.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
getpagesize.c
getpwd.c
getruntime.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
hashtab.c merge binutils 2.13.2.1 2003-03-01 12:25:55 +00:00
hex.c
index.c
insque.c
lbasename.c import of (most of) binutils 2.13.2.1. no top level, and cut down include/ 2003-03-01 10:06:40 +00:00
makefile.vms
md5.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
memchr.c
memcmp.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
memcpy.c
memmove.c
memset.c
mkstemps.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
mpw-config.in
mpw-make.sed
mpw.c
msdos.c
objalloc.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
obstack.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
partition.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
pexecute.c Resolve conflicts from binutils 2.11 import. 2001-04-23 14:16:30 +00:00
putenv.c
random.c
rename.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
rindex.c
safe-ctype.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
setenv.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
sigsetmask.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
sort.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
spaces.c
splay-tree.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
strcasecmp.c
strchr.c
strdup.c
strerror.c Skip sys_errlist for __APPLE__. 2002-12-16 06:35:48 +00:00
strncasecmp.c
strncmp.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
strrchr.c
strsignal.c FreeBSD needs the same special hacks for sys_errlist and sys_siglist during 2002-12-10 17:39:52 +00:00
strstr.c
strtod.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
strtol.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
strtoul.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
tmpnam.c
vasprintf.c Add a missing va_end. 2001-09-24 14:33:50 +00:00
vfork.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
vfprintf.c
vmsbuild.com
vprintf.c
vsprintf.c
waitpid.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
xatexit.c
xexit.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
xmalloc.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
xmemdup.c Import binutils 2.11. 2001-04-23 12:27:01 +00:00
xstrdup.c
xstrerror.c

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 and fixes to "bug-gnu-utils@prep.ai.mit.edu".  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 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.

    * Add the function to name to the funcs shell variable in
      configure.in.

    * 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.

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.