summaryrefslogtreecommitdiff
path: root/gold/layout.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacementCary Coutant2008-12-101-0/+9
* * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.Cary Coutant2008-12-051-0/+11
* 2008-09-11 Chris Demetriou <cgd@google.com>Chris Demetriou2008-09-121-0/+4
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-4/+8
* PR 5990Ian Lance Taylor2008-07-251-2/+3
* * options.h (class General_options): Define --check-sections.Ian Lance Taylor2008-07-221-0/+22
* * options.h (class General_options): Define -n/--nmagic andIan Lance Taylor2008-07-221-13/+20
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-0/+2
* * layout.cc (Layout::include_section): Do not discard unrecognizedIan Lance Taylor2008-07-041-1/+8
* elfcpp/:Ian Lance Taylor2008-05-281-1/+56
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-15/+38
* * options.h (class General_options): Add -z relro.Ian Lance Taylor2008-05-201-8/+64
* * output.cc (Output_segment::add_output_section): Remove frontIan Lance Taylor2008-05-161-3/+3
* * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor2008-05-051-6/+12
* * layout.cc (Layout::include_section): Refactored check for debugCary Coutant2008-05-011-10/+21
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-28/+125
* elfcpp/David S. Miller2008-04-161-0/+24
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-151-96/+62
* * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor2008-04-091-3/+15
* * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor2008-03-281-0/+21
* * options.h (class General_options): Define build_id option.Ian Lance Taylor2008-03-251-20/+196
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-191-4/+4
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-121-1/+46
* If we a section with no flags followed by a section with the same nameIan Lance Taylor2008-03-111-85/+139
* Support --hash-style=gnu.Ian Lance Taylor2008-03-061-16/+42
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-041-1/+1
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-4/+4
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-27/+22
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-0/+12
* Put input sections with no flags in output sections with the same name.Ian Lance Taylor2008-02-281-2/+15
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-79/+64
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-3/+5
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-2/+3
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-13/+13
* Implement -Tdata and -Tbss.Ian Lance Taylor2008-02-131-17/+47
* Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor2008-02-121-9/+31
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-4/+4
* Support --oformat binary.Ian Lance Taylor2008-02-071-0/+58
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-3/+3
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-1/+1
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-8/+42
* Initial -r support.Ian Lance Taylor2008-02-061-19/+276
* Implement PHDRS.Ian Lance Taylor2008-02-041-13/+37
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-65/+78
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-103/+285
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-12/+8
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-2/+2
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-2/+2
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-1/+1
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-5/+9