mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
bde6f3eb6d
bfd/ 2010-01-07 H.J. Lu <hongjiu.lu@intel.com> PR ld/11133 * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for undefined __start_XXX/__stop_XXX in all input files and set SEC_KEEP. ld/testsuite/ 2010-01-07 H.J. Lu <hongjiu.lu@intel.com> PR ld/11133 * ld-gc/gc.exp: Run start. * ld-gc/start.d: New. * ld-gc/start.s: Likewise.
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11133
|
||
* elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
|
||
undefined __start_XXX/__stop_XXX in all input files and set
|
||
SEC_KEEP.
|
||
|
||
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/11143
|
||
* elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
|
||
|
||
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
|
||
|
||
* bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
|
||
before including procfs.h.
|
||
(BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
|
||
* configure.in: Added autoconf probe for the pr_fpreg member.
|
||
* configure: Regenerated.
|
||
* config.in: Regenerated.
|
||
* elf.c: Define _STRUCTURE_PROC before including procfs.h.
|
||
|
||
2010-01-04 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
|
||
* dwarf2.c (concat_filename): Rename dirname with dir_name
|
||
to void shadowing the dirname function.
|
||
Rename subdirname with subdir_name to stay consistent with
|
||
the new dir_name variable name.
|
||
|
||
2010-01-04 Edmar Wienskoski <edmar@freescale.com>
|
||
|
||
* archures.c: Add bfd_mach_ppc_e500mc64.
|
||
* bfd-in2.h: Regenerate.
|
||
* cpu-powerpc.c (bfd_powerpc_archs): Add entry for
|
||
bfd_mach_ppc_e500mc64.
|
||
|
||
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
Fix -Wshadow warnings (seen on ppc-aix)
|
||
* xcofflink.c: Replace finfo by flinfo throughout.
|
||
|
||
For older changes see ChangeLog-2009
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|