public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src/libiberty ChangeLog Makefile.in aclocal.m4 ...
@ 2001-03-06 10:27 dj
0 siblings, 0 replies; 4+ messages in thread
From: dj @ 2001-03-06 10:27 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sources.redhat.com 2001-03-06 10:27:14
Modified files:
libiberty : ChangeLog Makefile.in aclocal.m4 alloca.c
argv.c config.in config.table configure
configure.in
Log message:
merge from gcc
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/alloca.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.in.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.table.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.in.diff?cvsroot=src&r1=1.11&r2=1.12
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/libiberty ChangeLog Makefile.in aclocal.m4 ...
@ 2004-12-27 21:39 dj
0 siblings, 0 replies; 4+ messages in thread
From: dj @ 2004-12-27 21:39 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2004-12-27 21:39:28
Modified files:
libiberty : ChangeLog Makefile.in aclocal.m4 config.table
configure configure.ac maint-tool
Log message:
merge from gcc
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.312&r2=1.313
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.67&r2=1.68
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.table.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/maint-tool.diff?cvsroot=src&r1=1.6&r2=1.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/libiberty ChangeLog Makefile.in aclocal.m4 ...
@ 2004-12-18 16:46 hjl
0 siblings, 0 replies; 4+ messages in thread
From: hjl @ 2004-12-18 16:46 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2004-12-18 16:46:03
Modified files:
libiberty : ChangeLog Makefile.in aclocal.m4 config.table
configure configure.ac maint-tool
Log message:
2004-12-18 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (top_builddir): Set to `.'.
(OUTPUT_OPTION): Removed.
(LIBTOOL): New.
(LTLIBOBJS): New.
(EXTRA_LTOFILES): New.
(FLAGS_TO_PASS): Add EXTRA_LTOFILES.
(all): Remove stamp-picdir.
(LTCOMPILE): New.
(.c.lo): New rule.
(REQUIRED_LTOFILES): New.
(CONFIGURED_LTOFILES): New.
($(TARGETLIB)): Check .libs for PIC object files. Depend on
$(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
(stamp-picdir): Completely removed.
(maint-missing): Pass $(REQUIRED_LTOFILES)
$(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
$(CONFIGURED_OFILES)
(maint-buildall): Depend on $(REQUIRED_LTOFILES)
$(CONFIGURED_LTOFILES).
(mostlyclean): Also remove *.lo .libs.
Run "make maint-deps".
* aclocal.m4: Include ../libtool.m4.
* config.table: Don't check --enable-shared.
* configure.ac (AC_PROG_LIBTOOL): Add.
(AC_PROG_CC_C_O): Removed.
(OUTPUT_OPTION): Removed.
(NO_MINUS_C_MINUS_O): Removed.
(ltpexecute): New substitute.
(LIBOBJS): Cleanup.
* configure: Regenerated.
* maint-tool: Updated for .lo/libtool.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.310&r2=1.311
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/config.table.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/maint-tool.diff?cvsroot=src&r1=1.5&r2=1.6
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/libiberty ChangeLog Makefile.in aclocal.m4 ...
@ 2003-02-20 22:13 drow
0 siblings, 0 replies; 4+ messages in thread
From: drow @ 2003-02-20 22:13 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: drow@sourceware.org 2003-02-20 22:13:32
Modified files:
libiberty : ChangeLog Makefile.in aclocal.m4 configure.in
functions.texi make-relative-prefix.c
Log message:
* Makefile.in (CFILES): Add lrealpath.c.
(REQUIRED_OFILES): Add lrealpath.o.
(lrealpath.o): Add rule.
* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
* configure.in: Add realpath and canonicalize_file_name to
checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
for canonicalize_file_name.
* lrealpath.c: New file.
* make-relative-prefix.c: Update documentation.
(make_relative_prefix): Simplify. Use lbasename and lrealpath.
* config.in: Regenerated.
* configure: Regenerated.
* functions.texi: Regenerated.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.196&r2=1.197
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/aclocal.m4.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.in.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/make-relative-prefix.c.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-27 21:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-06 10:27 src/libiberty ChangeLog Makefile.in aclocal.m4 dj
2003-02-20 22:13 drow
2004-12-18 16:46 hjl
2004-12-27 21:39 dj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).