summaryrefslogtreecommitdiffstats
path: root/gold/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* PR gold/5986Ian Lance Taylor2008-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Fix problems building gold with gcc 4.3.0. * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define. (gold_error_at_location, gold_warning_at_location): Use it. * configure.ac: Check whether we can compile and use a template function with a printf attribute. * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value when jumping over bytes. * object.cc: Instantiate Object::read_section_data. * debug.h: Include <cstring> * dwarf_reader.cc: Include <algorithm> * main.cc: Include <cstring>. * options.cc: Include <cstring>. * output.cc: Include <cstring>. * script.cc: Include <cstring>. * script.h: Include <string>. * symtab.cc: Include <cstring> and <algorithm>. * target-select.cc: Include <cstring>. * version.cc: Include <string>. * testsuite/testmain.cc: Include <cstdlib>. * configure, config.in: Rebuild.
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
|
* From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor2008-03-131-3/+5
| | | | and implement --verbose as a synonym.
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-041-0/+19
| | | | add a new option.
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-1/+2
|
* Add threading support.Ian Lance Taylor2007-11-221-0/+51
OpenPOWER on IntegriCloud