From: Ian Lance Taylor Date: Mon, 23 Feb 1998 22:48:20 +0000 (+0000) Subject: * emultempl/pe.em (sort_sections): Permit the wildcard to include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc96bc860d48675ac702504d52b376253f26118b;hp=96f5b6b2a52f569c3555eca4f6c011777d1ba888;p=binutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 48a4e86bb51..ef21de68a49 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +Mon Feb 23 17:46:51 1998 Ian Lance Taylor + + * 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 + + * Makefile.am (install-exec-local): Install properly when ln + fails or tooldir == prefix. + +Fri Feb 13 15:24:06 1998 Ian Lance Taylor + + * 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 * scripttempl/elf.sc: Align the _end symbol according to the ELF