diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-23 22:48:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-23 22:48:20 +0000 |
commit | fc96bc860d48675ac702504d52b376253f26118b (patch) | |
tree | b9895cd711d9ed4093b481b7bb1ed089a48e8273 /ld | |
parent | 96f5b6b2a52f569c3555eca4f6c011777d1ba888 (diff) | |
download | binutils-fc96bc860d48675ac702504d52b376253f26118b.zip binutils-fc96bc860d48675ac702504d52b376253f26118b.tar.gz binutils-fc96bc860d48675ac702504d52b376253f26118b.tar.bz2 |
* emultempl/pe.em (sort_sections): Permit the wildcard to include
a trailing '*' when sorting grouped sections.
* scripttempl/pe.sc: Include grouped sections using NAME\$*. Only
include them when relocating.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 48a4e86..ef21de6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +Mon Feb 23 17:46:51 1998 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/pe.em (sort_sections): Permit the wildcard to include + a trailing '*' when sorting grouped sections. + * scripttempl/pe.sc: Include grouped sections using NAME\$*. Only + include them when relocating. + +Wed Feb 18 23:39:46 1998 Richard Henderson <rth@cygnus.com> + + * Makefile.am (install-exec-local): Install properly when ln + fails or tooldir == prefix. + +Fri Feb 13 15:24:06 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (AUTOMAKE_OPTIONS): Define. + * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e. + Thu Feb 12 14:10:44 1998 Ian Lance Taylor <ian@cygnus.com> * scripttempl/elf.sc: Align the _end symbol according to the ELF |