Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-16 | * target-reloc.h (relocate_section): Check whether a symbol is | Ian Lance Taylor | 1 | -2/+2 | |
defined by the ABI before reporting an undefined symbol error. * target.h (Target::is_defined_by_abi): Make parameter const. (Target::do_is_defined_by_abi): Likewise. * i386.cc (Target_i386::do_is_defined_by_abi): Likewise. * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise. * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise. * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise. * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs. * testsuite/Makefile.in: Rebuild. | |||||
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -0/+11 | |
option. Add wrap_symbols_ field. (General_options::any_wrap_symbols): New function. (General_options::is_wrap_symbol): New function. * options.cc (General_options::parse_wrap): New function. (General_options::General_options): Initialize wrap_symbols_. * symtab.cc (Symbol_table::wrap_symbol): New function. (Symbol_table::add_from_object): Handle --wrap. * symtab.h (class Symbol_table): Declare wrap_symbol. * target.h (Target::wrap_char): New function. (Target::Target_info): Add wrap_char field. * i386.cc (Target_i386::i386_info): Initialize wrap_char. * x86_64.cc (Target_x86_64::x86_64_info): Likewise. * testsuite/testfile.cc (Target_test::test_target_info): Likewise. | |||||
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 | |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -6/+7 | |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -2/+15 | |
common-page-size. | |||||
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+37 | |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -3/+3 | |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -0/+11 | |
2007-11-14 | Revert last patch. | Ian Lance Taylor | 1 | -13/+0 | |
2007-11-14 | Support special always-defined symbols for targets. | Ian Lance Taylor | 1 | -0/+13 | |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -10/+21 | |
exception frame information. | |||||
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -0/+11 | |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -3/+3 | |
2007-09-23 | Use special value when we refer a function symbol in some way other | Ian Lance Taylor | 1 | -0/+12 | |
than calling it. | |||||
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 | |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -3/+3 | |
2007-09-21 | Use nops when doing alignment padding between code sections. | Ian Lance Taylor | 1 | -0/+20 | |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -3/+5 | |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -3/+3 | |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -0/+11 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -7/+7 | |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -0/+7 | |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -3/+6 | |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -0/+1 | |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -21/+37 | |
relocations. | |||||
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -1/+33 | |
runs. | |||||
2006-09-27 | Finished layout code. | Ian Lance Taylor | 1 | -20/+52 | |
2006-09-26 | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 1 | -10/+0 | |
2006-08-18 | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 1 | -3/+90 | |
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure. | |||||
2006-08-04 | Initial CVS checkin of gold | Ian Lance Taylor | 1 | -0/+29 | |