diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-28 19:33:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-28 19:33:51 +0000 |
commit | afbc1a16b3ad79e8c20020b47fd38276247e9c6a (patch) | |
tree | 0e1d4b42da615fa79adcede3679dfdb2d0848fa5 /bfd/ChangeLog | |
parent | 35680553b13d524410e1cfbab19772e9ecebbcdf (diff) | |
download | gdb-afbc1a16b3ad79e8c20020b47fd38276247e9c6a.zip gdb-afbc1a16b3ad79e8c20020b47fd38276247e9c6a.tar.gz gdb-afbc1a16b3ad79e8c20020b47fd38276247e9c6a.tar.bz2 |
* elfcode.h (elf_sort_hdrs): Sort empty sections before non-empty
sections, if they have the same VMA.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d6f911a..53878ef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 28 12:53:09 1995 Ian Lance Taylor <ian@cygnus.com> + * elfcode.h (elf_sort_hdrs): Sort empty sections before non-empty + sections, if they have the same VMA. + * config.bfd (i[345]86-*-linuxelf*): New target. Use i386-lelf. (i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. |