diff options
author | Doug Evans <dje@google.com> | 1998-12-13 01:33:24 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-13 01:33:24 +0000 |
commit | 13e50544d54a37665eca7a3fddb046e6481c18ea (patch) | |
tree | 7929b6465b061adba274df68e372552be92f996f /binutils | |
parent | 82aeada70ce252df2878d506625819870cfd1d8b (diff) | |
download | gdb-13e50544d54a37665eca7a3fddb046e6481c18ea.zip gdb-13e50544d54a37665eca7a3fddb046e6481c18ea.tar.gz gdb-13e50544d54a37665eca7a3fddb046e6481c18ea.tar.bz2 |
* Makefile.am (PROGS,bin_PROGRAMS): Add @BUILD_MISC@
(link.c,link.o,link): New rules.
* Makefile.in: Rebuild.
* configure.in (vpu-elf): Build `link' cover script if vpu-elf.
(BUILD_MISC): New variable, for target specific hacks (in the worst
sense of the word).
(AC_OUTPUT): Handle building of `link.c'.
* configure: Rebuild.
* link.c.in: New file.
bring over from sky-980617 branch.
link script converted to .c so sanitize with automake/autoconf is simpler
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b782873..e08e822 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +start-sanitize-sky +Sat Dec 12 11:24:23 1998 Doug Evans <devans@canuck.cygnus.com> + + * Makefile.am (PROGS,bin_PROGRAMS): Add @BUILD_MISC@ + (link.c,link.o,link): New rules. + * Makefile.in: Rebuild. + * configure.in (vpu-elf): Build `link' cover script if vpu-elf. + (BUILD_MISC): New variable, for target specific hacks (in the worst + sense of the word). + (AC_OUTPUT): Handle building of `link.c'. + * configure: Rebuild. + * link.c.in: New file. + +end-sanitize-sky Tue Dec 8 16:29:43 1998 Ian Lance Taylor <ian@cygnus.com> * objdump.1: Fix typo (-d to -D). From Nokubi Hirotaka |