summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
* * ldlang.c (lang_size_sections): Keep a valid output_offset fieldAlan Modra2001-10-311-0/+8
* * ldlang.c: Fix a comment typo.Kazu Hirata2001-10-291-1/+1
* From John Reiser <jreiser@BitWagon.com>Alan Modra2001-09-291-0/+2
* * section.c (struct sec): Remove kept_section.Alan Modra2001-09-291-4/+1
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-9/+3
* * ldlang.c (insert_pad): Fix typos in last patch.Alan Modra2001-08-201-2/+2
* * ldlang.c: When traversing lang_statement_union_type lists,Alan Modra2001-08-201-15/+15
* * ldlang.c (insert_pad): Use offsetof macro.Alan Modra2001-08-201-21/+10
* * ldlang.c (insert_pad): Make use of an existing pad statement ifAlan Modra2001-08-181-105/+95
* (wild_doit): Rename to lang_add_section.Alan Modra2001-08-141-17/+17
* * ld.texinfo (Input Section Basics): Clarify ordering of outputAlan Modra2001-08-031-139/+158
* If a region is specified assign it to all sections inside the overlay unless ...Nick Clifton2001-07-191-1/+12
* * ldlang.c (lang_check): Emit fatal error if relocatable linkHans-Peter Nilsson2001-06-191-0/+12
* 2001-06-19 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-191-5/+0
* 2001-06-18 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-181-3/+3
* * ldlang.c (lang_check): Emit fatal error if relocatable linkHans-Peter Nilsson2001-06-151-0/+5
* Chnage load_symbols() to a boolean functionNick Clifton2001-06-151-25/+45
* * ldlang.c (record_bfd_errors): Remove.Alan Modra2001-06-081-48/+0
* 2001-05-31 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-311-8/+0
* Add a flag to asection, linker_has_input, and use it to reliablyAlan Modra2001-05-171-39/+50
* * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffixJakub Jelinek2001-05-111-0/+6
* 2001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-021-2/+2
* Give emulation a chance to process unrecognized file before fatal error isNick Clifton2001-04-281-6/+5
* bfd/Jakub Jelinek2001-04-131-0/+14
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-2/+3
* BFD: Catch & report unhandled PE section flags.Nick Clifton2001-02-271-1/+57
* (lang_leave_overlay): Don't set lma_region when load_base is specified.Alan Modra2001-01-251-2/+6
* Only set lma_region from the default for the first sectionAlan Modra2001-01-231-1/+4
* 2001-01-16 H.J. Lu <hjl@gnu.org>H.J. Lu2001-01-161-1/+4
* Extend "ld --unique" functionality.Alan Modra2001-01-141-18/+47
* Revert the last beautification with "innocent" whitespace,Nick Clifton2000-12-131-1/+2
* Add support for x86_64-*-linux-gnu* targetNick Clifton2000-11-301-8/+6
* Another try at correcting relocations against discardedAlan Modra2000-10-121-2/+1
* 2000-10-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-091-4/+3
* 2000-10-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-051-272/+270
* 2000-09-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-291-18/+4
* A tidy of ld/ldlang.c, and add missing Makefile dependenciesAlan Modra2000-09-051-165/+181
* When choosing the target for a particular endianness, do nothing if the targetNick Clifton2000-08-251-25/+30
* Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra2000-07-111-1/+1
* tic54x/ibmc54xdsp target for ld.Timothy Wall2000-06-201-0/+7
* 2000-05-10 H.J. Lu <hjl@gnu.org>H.J. Lu2000-05-101-1/+3
* place_orphan optimisationsAlan Modra2000-04-251-2/+3
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-22/+22
* Add LMA memory region functionality.Timothy Wall2000-02-161-34/+89
* These snippets were missed in the previous bytes vs octets patch toTimothy Wall2000-02-091-2/+6
* Fix typo in ALIGN_N usage.Timothy Wall2000-02-041-2/+2
* Add octets vs bytes functionality to LD.Timothy Wall2000-02-031-50/+83
* fix typo in comment.Nick Clifton2000-01-211-0/+1
* Apply H.J.'s patch to fix NOLOAD section sizes and dot updatesNick Clifton2000-01-181-3/+8
* * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.Catherine Moore2000-01-051-15/+25