OSDN Git Service

Locale changes from Bruno Haible <haible@clisp.cons.org>.
[pf3gnuchains/pf3gnuchains4x.git] / ld / ldlang.c
2001-09-19 H.J. LuLocale changes from Bruno Haible <haible@clisp.cons...
2001-08-20 Alan Modra * ldlang.c (insert_pad): Fix typos in last patch.
2001-08-20 Alan Modra * ldlang.c: When traversing lang_statement_union_type...
2001-08-20 Alan Modra * ldlang.c (insert_pad): Use offsetof macro.
2001-08-18 Alan Modra * ldlang.c (insert_pad): Make use of an existing pad...
2001-08-14 Alan Modra(wild_doit): Rename to lang_add_section.
2001-08-03 Alan Modra * ld.texinfo (Input Section Basics): Clarify ordering...
2001-07-19 Nick CliftonIf a region is specified assign it to all sections...
2001-06-19 Hans-Peter Nilsson * ldlang.c (lang_check): Emit fatal error if relocatab...
2001-06-19 H.J. Lu2001-06-19 H.J. Lu <hjl@gnu.org>
2001-06-18 H.J. Lu2001-06-18 H.J. Lu <hjl@gnu.org>
2001-06-15 Hans-Peter Nilsson * ldlang.c (lang_check): Emit fatal error if relocatab...
2001-06-15 Nick CliftonChnage load_symbols() to a boolean function
2001-06-08 Alan Modra * ldlang.c (record_bfd_errors): Remove.
2001-05-31 H.J. Lu2001-05-31 H.J. Lu <hjl@gnu.org>
2001-05-17 Alan ModraAdd a flag to asection, linker_has_input, and use it...
2001-05-11 Jakub Jelinek * merge.c (struct sec_merge_hash_entry): Add u.entsize...
2001-05-02 H.J. Lu2001-05-02 H.J. Lu <hjl@gnu.org>
2001-04-28 Nick CliftonGive emulation a chance to process unrecognized file...
2001-04-13 Jakub Jelinekbfd/
2001-03-13 Nick CliftonFixtypos in ChangeLogs, fix copyright dates in files
2001-02-27 Nick CliftonBFD: Catch & report unhandled PE section flags.
2001-01-25 Alan Modra(lang_leave_overlay): Don't set lma_region when load_ba...
2001-01-23 Alan ModraOnly set lma_region from the default for the first...
2001-01-16 H.J. Lu2001-01-16 H.J. Lu <hjl@gnu.org>
2001-01-14 Alan ModraExtend "ld --unique" functionality.
2000-12-13 Nick CliftonRevert the last beautification with "innocent" whitespace,
2000-11-30 Nick CliftonAdd support for x86_64-*-linux-gnu* target
2000-10-12 Alan ModraAnother try at correcting relocations against discarded
2000-10-09 Kazu Hirata2000-10-09 Kazu Hirata <kazu@hxi.com>
2000-10-05 Kazu Hirata2000-10-05 Kazu Hirata <kazu@hxi.com>
2000-09-29 Kazu Hirata2000-09-29 Kazu Hirata <kazu@hxi.com>
2000-09-05 Alan ModraA tidy of ld/ldlang.c, and add missing Makefile depende...
2000-08-25 Nick CliftonWhen choosing the target for a particular endianness...
2000-07-11 Alan ModraRemove some forward declarations in ldemul.h and ldfile...
2000-06-20 Timothy Walltic54x/ibmc54xdsp target for ld.
2000-05-10 H.J. Lu2000-05-10 H.J. Lu <hjl@gnu.org>
2000-04-25 Alan Modraplace_orphan optimisations
2000-02-21 Alan ModraThis lot mainly cleans up `comparison between signed...
2000-02-16 Timothy WallAdd LMA memory region functionality.
2000-02-09 Timothy WallThese snippets were missed in the previous bytes vs...
2000-02-04 Timothy WallFix typo in ALIGN_N usage.
2000-02-03 Timothy WallAdd octets vs bytes functionality to LD.
2000-01-21 Nick Cliftonfix typo in comment.
2000-01-18 Nick CliftonApply H.J.'s patch to fix NOLOAD section sizes and...
2000-01-05 Catherine Moore * ld.h (wildcard_spec): Change exclude_name...
1999-11-24 Nick CliftonFix bug in previous delta
1999-11-23 Nick CliftonDo not check sections without a LOAD attribute for...
1999-11-01 Ian Lance Taylor1999-11-01 Steve Chamberlain <sac@pobox.com>
1999-09-12 Ian Lance Taylor1999-09-12 Donn Terry <donn@interix.com>
1999-09-12 Ian Lance Taylor * ldlang.c (open_output): Change local variable desire...
1999-08-09 Ian Lance Taylor From Wally Iimura <iimura@microunity.com>:
1999-08-09 Ian Lance Taylor * ldlang.c (wild_doit): Update for renaming of SEC_SHO...
1999-07-20 Doug Evans * ldlang.c (lang_gc_sections): Only handle the start...
1999-07-19 Nick CliftonImprove selection of output format
1999-07-14 Richard Henderson * ldlang.c (wild_doit): Copy SEC_SHORT to outpu...
1999-07-11 Ian Lance Taylor * Many files: Changes to avoid gcc warnings: Add ATTRI...
1999-07-02 Ian Lance Taylor * ldlang.c: Revert change of 1999-06-23.
1999-06-22 Ian Lance Taylor * ldlang.c (section_already_linked): Only discard...
1999-06-12 Ian Lance TaylorThis fixes ! to work as documented in a memory region...
1999-05-08 Richard Henderson * ldlang.c (walk_wild, walk_wild_file, walk_wild_s...
1999-05-03 Richard HendersonInitial revision