gcc/libiberty
Kaveh R. Ghazi e797ff7048 Warning fixes:
* cplus-dem.c (gnu_special): Cast a `size_t' to `long' when
	comparing against a signed quantity.
	(arm_special): Likewise.
	(demangle_fund_type): Likewise.
	(do_hpacc_template_const_value): Mark parameter `work' with
	ATTRIBUTE_UNUSED.
	(main): Constify variable `valid_symbols'.

From-SVN: r28859
1999-08-25 13:29:34 +00:00
..
config
testsuite cplus-dem.c (demangle_template_value_parm): Handle pointers-to-members. 1999-04-11 18:46:52 +00:00
acconfig.h
alloca-conf.h
alloca.c
argv.c argv.c: Include stdlib.h and string.h instead of prototyping directly. 1999-07-14 10:29:38 -07:00
asprintf.c
atexit.c
basename.c
bcmp.c
bcopy.c
bzero.c
calloc.c configure.in: Check for calloc. 1998-11-13 16:36:04 +00:00
ChangeLog Warning fixes: 1999-08-25 13:29:34 +00:00
choose-temp.c argv.c: Include stdlib.h and string.h instead of prototyping directly. 1999-07-14 10:29:38 -07:00
clock.c clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on platforms that don't have HZ. 1999-02-02 16:05:16 -07:00
concat.c
config.h-vms
config.in configure.in (checkfuncs): Add gettimeofday. 1999-06-20 23:01:18 -06:00
config.table Changes from official libiberty sources. 1999-04-06 21:31:24 -06:00
configure configure.in (checkfuncs): Add gettimeofday. 1999-06-20 23:01:18 -06:00
configure.bat
configure.in configure.in (checkfuncs): Add gettimeofday. 1999-06-20 23:01:18 -06:00
COPYING.LIB
copysign.c
cplus-dem.c Warning fixes: 1999-08-25 13:29:34 +00:00
fdmatch.c
floatformat.c Warning fixes: 1998-12-22 06:57:17 +00:00
fnmatch.c Update FSF address in copyright header. 1999-01-11 06:53:51 -07:00
getcwd.c getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using malloc. 1999-05-25 21:04:27 -06:00
getopt1.c pexecute.c: Updates from gcc. 1998-09-05 06:10:25 -06:00
getopt.c getopt.c: Check HAVE_STRINGS_H before including strings.h. 1998-10-13 16:59:40 -06:00
getpagesize.c
getruntime.c Fred Fish <fnf@be.com> 1999-05-06 13:57:01 -07:00
hex.c
index.c
insque.c
makefile.dos
Makefile.in Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir. 1999-08-06 23:37:16 -06:00
makefile.vms
memchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memcmp.c
memcpy.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memmove.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memset.c
mkstemps.c Makefile.in (REQUIRED_OFILES): remove mkstemp.o 1999-02-08 17:17:32 -07:00
mpw-config.in
mpw-make.sed
mpw.c * mpw.c (mpw_access): Add missing parens. 1998-11-19 14:17:54 -07:00
msdos.c
objalloc.c Update FSF address in copyright header. 1999-01-11 06:53:51 -07:00
obstack.c pexecute.c: Updates from gcc. 1998-09-05 06:24:41 -06:00
pexecute.c pexecute.c: Change all references to __UWIN__ to _UWIN. 1999-04-11 16:21:28 -06:00
putenv.c putenv.c: Include ansidecl.h to define `const'. 1999-05-28 07:34:48 +00:00
random.c random.c (NULL): Don't redefine NULL if it is already defined. 1999-01-13 14:38:14 -07:00
README
rename.c
rindex.c
setenv.c Whoops. Revert patch applied to the wrong tre. 1999-06-24 15:30:38 -06:00
sigsetmask.c
spaces.c
splay-tree.c * splay-tree.h (splay_tree_insert): Return the new node. 1999-08-02 05:54:50 +00:00
strcasecmp.c
strchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
strdup.c
strerror.c
strncasecmp.c
strrchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
strsignal.c
strstr.c
strtod.c
strtol.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
strtoul.c * strtoul.c (strtoul): Add parentheses around && within ||. 1999-08-24 02:51:03 -06:00
tmpnam.c * tmpnam.c (L_tmpnam): Fix typo. 1999-05-12 19:23:42 -06:00
vasprintf.c mkstemp.c: Include config.h even when not IN_GCC. 1998-09-07 20:37:13 +00:00
vfork.c
vfprintf.c
vmsbuild.com
vprintf.c mkstemp.c: Include config.h even when not IN_GCC. 1998-09-07 20:37:13 +00:00
vsprintf.c
waitpid.c
xatexit.c
xexit.c
xmalloc.c configure.in (checkfuncs): Check for sbrk. 1999-04-15 16:05:35 -06:00
xstrdup.c Whoops. Revert patch applied to the wrong tre. 1999-06-24 15:30:38 -06:00
xstrerror.c

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.