diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-06-21 21:48:03 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-06-21 21:48:03 +0000 |
commit | 652970ff68f9f38f8e31ec95c6cf537bd306022f (patch) | |
tree | 67a72ac7e8543dab17f1e431f031da03922b06d6 /binutils | |
parent | 45993f6118fb8065ed70d448f4e741763cb8fe4d (diff) | |
download | gdb-652970ff68f9f38f8e31ec95c6cf537bd306022f.zip gdb-652970ff68f9f38f8e31ec95c6cf537bd306022f.tar.gz gdb-652970ff68f9f38f8e31ec95c6cf537bd306022f.tar.bz2 |
fix diststuff/realclean handling of info files
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4a6d7f3..1d00170 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ Wed Jun 21 17:32:45 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + * Makefile.in (DISTSTUFF): Don't include info here. + (diststuff): Include it here. + (realclean): Remove *.info. + * objdump.c (compare_relocs): If relocation entries have the same address, keep them in file order. |