aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-08* ldlang.c (walk_wild_section): Exclude object file if enclosingAlexandre Oliva1-1/+16
2001-12-18 * ldgram.y (vers_node): Support anonymous version tags.Jakub Jelinek1-2/+17
2001-11-21 * ldlang.c (map_input_to_output_sections): Replace "break"Alan Modra1-0/+2
2001-11-20 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.Alan Modra1-28/+25
2001-10-31 * ldlang.c (lang_size_sections): Keep a valid output_offset fieldAlan Modra1-0/+8
2001-10-29 * ldlang.c: Fix a comment typo.Kazu Hirata1-1/+1
2001-09-29From John Reiser <jreiser@BitWagon.com>Alan Modra1-0/+2
2001-09-29 * section.c (struct sec): Remove kept_section.Alan Modra1-4/+1
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-9/+3
2001-08-20 * ldlang.c (insert_pad): Fix typos in last patch.Alan Modra1-2/+2
2001-08-20 * ldlang.c: When traversing lang_statement_union_type lists,Alan Modra1-15/+15
2001-08-20 * ldlang.c (insert_pad): Use offsetof macro.Alan Modra1-21/+10
2001-08-18 * ldlang.c (insert_pad): Make use of an existing pad statement ifAlan Modra1-105/+95
2001-08-14(wild_doit): Rename to lang_add_section.Alan Modra1-17/+17
2001-08-03 * ld.texinfo (Input Section Basics): Clarify ordering of outputAlan Modra1-139/+158
2001-07-19If a region is specified assign it to all sections inside the overlay unless ...Nick Clifton1-1/+12
2001-06-19 * ldlang.c (lang_check): Emit fatal error if relocatable linkHans-Peter Nilsson1-0/+12
2001-06-192001-06-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-5/+0
2001-06-182001-06-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+3
2001-06-15 * ldlang.c (lang_check): Emit fatal error if relocatable linkHans-Peter Nilsson1-0/+5
2001-06-15Chnage load_symbols() to a boolean functionNick Clifton1-25/+45
2001-06-08 * ldlang.c (record_bfd_errors): Remove.Alan Modra1-48/+0
2001-05-312001-05-31 H.J. Lu <hjl@gnu.org>H.J. Lu1-8/+0
2001-05-17Add a flag to asection, linker_has_input, and use it to reliablyAlan Modra1-39/+50
2001-05-11 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffixJakub Jelinek1-0/+6
2001-05-022001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+2
2001-04-28Give emulation a chance to process unrecognized file before fatal error isNick Clifton1-6/+5
2001-04-13bfd/Jakub Jelinek1-0/+14
2001-03-13Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton1-2/+3
2001-02-27BFD: Catch & report unhandled PE section flags.Nick Clifton1-1/+57
2001-01-25(lang_leave_overlay): Don't set lma_region when load_base is specified.Alan Modra1-2/+6
2001-01-23Only set lma_region from the default for the first sectionAlan Modra1-1/+4
2001-01-162001-01-16 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+4
2001-01-14Extend "ld --unique" functionality.Alan Modra1-18/+47
2000-12-13Revert the last beautification with "innocent" whitespace,Nick Clifton1-1/+2
2000-11-30Add support for x86_64-*-linux-gnu* targetNick Clifton1-8/+6
2000-10-12Another try at correcting relocations against discardedAlan Modra1-2/+1
2000-10-092000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-4/+3
2000-10-052000-10-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-272/+270
2000-09-292000-09-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-18/+4
2000-09-05A tidy of ld/ldlang.c, and add missing Makefile dependenciesAlan Modra1-165/+181
2000-08-25When choosing the target for a particular endianness, do nothing if the targetNick Clifton1-25/+30
2000-07-11Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra1-1/+1
2000-06-20tic54x/ibmc54xdsp target for ld.Timothy Wall1-0/+7
2000-05-102000-05-10 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+3
2000-04-25place_orphan optimisationsAlan Modra1-2/+3
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra1-22/+22
2000-02-16Add LMA memory region functionality.Timothy Wall1-34/+89
2000-02-09These snippets were missed in the previous bytes vs octets patch toTimothy Wall1-2/+6
2000-02-04Fix typo in ALIGN_N usage.Timothy Wall1-2/+2