diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-28 19:53:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-28 19:53:22 +0000 |
commit | 3bbea7af281dcd8ebd320a036fa56f5883815159 (patch) | |
tree | 1d67d3c3590d7729f790889bed224935ad406556 /binutils/ChangeLog | |
parent | 620a590eed13f15ef4cfb5b9e8dbc070dea79ba3 (diff) | |
download | gdb-3bbea7af281dcd8ebd320a036fa56f5883815159.zip gdb-3bbea7af281dcd8ebd320a036fa56f5883815159.tar.gz gdb-3bbea7af281dcd8ebd320a036fa56f5883815159.tar.bz2 |
* Makefile.in (arparse.c): Don't ignore errors from mv.
(sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a
parallel make from trying to build both arparse.c and sysinfo.c
simultaneously.
(nlmheader.c): Similar change.
(arparse.h): Separate target from arparse.c, so that a parallel
make does not try to build both at once. Depend upon arparse.c.
(sysinfo.h): Similar change.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 224678f..2d9a000 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,14 @@ Wed Sep 28 13:04:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * Makefile.in (arparse.c): Don't ignore errors from mv. + (sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a + parallel make from trying to build both arparse.c and sysinfo.c + simultaneously. + (nlmheader.c): Similar change. + (arparse.h): Separate target from arparse.c, so that a parallel + make does not try to build both at once. Depend upon arparse.c. + (sysinfo.h): Similar change. + * objdump.c (disassemble_data): Pass the reloc buffer to free, not the pointer used to loop over the relocs. |