diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-21 20:16:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-21 20:16:10 +0000 |
commit | f207d1d868056fc5e1e690bfa18fb74fd830adcd (patch) | |
tree | 7bc731ef161219ac9fb158045ae74f25fe7779a9 /binutils | |
parent | 5892b099933d912ab9a633730f5eb77ac080d7bc (diff) | |
download | gdb-f207d1d868056fc5e1e690bfa18fb74fd830adcd.zip gdb-f207d1d868056fc5e1e690bfa18fb74fd830adcd.tar.gz gdb-f207d1d868056fc5e1e690bfa18fb74fd830adcd.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7fdb564..daafa5a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,24 @@ +1998-07-21 13:13 Ulrich Drepper <drepper@cygnus.com> + + * readelf.c: Use symbolic names of relocation entries for the various + architectures. Correct more layout details. + Print names of MIPS specific section types. Print Alpha, ARM, and + MIPS relocation type names. + +1998-07-20 Vladimir N. Makarov <vmakarov@cygnus.com> + + * objcopy.c (filter_symbols): Add code for strip all symbols case. + (copy_objects): Strip all case is now processed also through + filter_symbols. No marking symbols used in relocations when strip + all symbols case. + (copy_section): When strip all symbols case, remove relocations + which are not in keep strip specific list. + (strip_main): Remove guard `strip_specific_list == NULL' for + setting up strip all symbols by default. + + * objcopy.exp: Two new tests - strip object file with saving a + symbol and strip executable file with saving a symbol. + Mon Jul 20 12:51:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * addr2line.c (find_address_in_section): Only consider a section |