summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
* * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.Jakub Jelinek2002-07-301-2/+3
* * ldlang.c (print_wild_statement): Fix output formatting.Alan Modra2002-07-051-3/+5
* * ldlang.c: (strip_excluded_output_sections): New function.Alan Modra2002-07-041-8/+39
* * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.Alan Modra2002-07-011-29/+22
* * ldlang.c (lang_size_sections_1): Skip removed output sections.Richard Sandiford2002-06-101-0/+8
* * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.Alan Modra2002-06-041-1/+4
* * ldlang.c (lang_size_sections_1): Move check for conflicting loadRichard Sandiford2002-05-271-29/+47
* * ldlang.c (lang_process): Formatting, grammar.Alan Modra2002-05-251-2/+2
* * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek2002-05-231-0/+7
* * ldemul.c (ldemul_new_vers_pattern): New function.Alan Modra2002-05-221-1/+1
* * ldlang.c (section_already_linked): Call bfd_link_just_syms.Alan Modra2002-05-151-7/+2
* * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.Richard Sandiford2002-05-071-72/+53
* * ld.h: Fix formatting.Kazu Hirata2002-05-031-28/+28
* * ldlang.c (print_assignment): Update print_dot for assignments to ".".Richard Sandiford2002-04-301-1/+11
* * ldlang.c (lang_size_sections_1): Don't complain aboutAlan Modra2002-04-081-0/+2
* * ldlang.c (ldlang_add_undef): If the output bfd has been opened,Alan Modra2002-03-201-12/+29
* * ldmain.c (main): Move .text readonly flag fudges from here..Alan Modra2002-03-181-0/+16
* * ldlang.c (lang_check): Remove the word size check added in lastAlan Modra2002-03-141-4/+2
* * ldlang.c (lang_check): Do relocatable link checks first, so thatAlan Modra2002-03-131-14/+21
* Support arbitrary length fill patterns.Alan Modra2002-02-151-23/+36
* * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.Alan Modra2002-02-141-3/+3
* * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.Jakub Jelinek2002-02-121-16/+55
* * ldlang.c (entry_section): New initialised variable.Alan Modra2002-02-101-1/+2
* * ldlang.c (lang_reset_memory_regions): Rename fromHans-Peter Nilsson2002-02-051-4/+3
* * ldlang.c (walk_wild_section): Exclude object file if enclosingAlexandre Oliva2002-01-081-1/+16
* * ldgram.y (vers_node): Support anonymous version tags.Jakub Jelinek2001-12-181-2/+17
* * ldlang.c (map_input_to_output_sections): Replace "break"Alan Modra2001-11-211-0/+2
* * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.Alan Modra2001-11-201-28/+25
* * 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