aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz1-1/+1
2002-10-15 * ldlang.c (load_symbols): Revert last change.Alan Modra1-3/+1
2002-10-14 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols whenAlan Modra1-11/+12
2002-10-10 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts ifJakub Jelinek1-18/+24
2002-10-082002-10-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-26/+0
2002-10-07Abort if the filename to be added matches the linker output filename.Nick Clifton1-13/+39
2002-08-20 * ldlang.c (offsetof): Define if not defined.Alan Modra1-0/+4
2002-08-13 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.Alan Modra1-4/+3
2002-08-08Check symbols with undefine version.H.J. Lu1-0/+2
2002-07-30 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.Jakub Jelinek1-2/+3
2002-07-05 * ldlang.c (print_wild_statement): Fix output formatting.Alan Modra1-3/+5
2002-07-04 * ldlang.c: (strip_excluded_output_sections): New function.Alan Modra1-8/+39
2002-07-01 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.Alan Modra1-29/+22
2002-06-10 * ldlang.c (lang_size_sections_1): Skip removed output sections.Richard Sandiford1-0/+8
2002-06-04 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.Alan Modra1-1/+4
2002-05-27 * ldlang.c (lang_size_sections_1): Move check for conflicting loadRichard Sandiford1-29/+47
2002-05-25 * ldlang.c (lang_process): Formatting, grammar.Alan Modra1-2/+2
2002-05-23 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek1-0/+7
2002-05-22 * ldemul.c (ldemul_new_vers_pattern): New function.Alan Modra1-1/+1
2002-05-15 * ldlang.c (section_already_linked): Call bfd_link_just_syms.Alan Modra1-7/+2
2002-05-07 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.Richard Sandiford1-72/+53
2002-05-03 * ld.h: Fix formatting.Kazu Hirata1-28/+28
2002-04-30 * ldlang.c (print_assignment): Update print_dot for assignments to ".".Richard Sandiford1-1/+11
2002-04-08 * ldlang.c (lang_size_sections_1): Don't complain aboutAlan Modra1-0/+2
2002-03-20 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,Alan Modra1-12/+29
2002-03-18 * ldmain.c (main): Move .text readonly flag fudges from here..Alan Modra1-0/+16
2002-03-14 * ldlang.c (lang_check): Remove the word size check added in lastAlan Modra1-4/+2
2002-03-13 * ldlang.c (lang_check): Do relocatable link checks first, so thatAlan Modra1-14/+21
2002-02-15 Support arbitrary length fill patterns.Alan Modra1-23/+36
2002-02-14 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.Alan Modra1-3/+3
2002-02-12 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.Jakub Jelinek1-16/+55
2002-02-10 * ldlang.c (entry_section): New initialised variable.Alan Modra1-1/+2
2002-02-05 * ldlang.c (lang_reset_memory_regions): Rename fromHans-Peter Nilsson1-4/+3
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