* 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.
This commit is contained in:
parent
96f5b6b2a5
commit
fc96bc860d
1 changed files with 17 additions and 0 deletions
17
ld/ChangeLog
17
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
|
||||
|
|
Loading…
Reference in a new issue