aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-3/+4
2008-05-08 * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor1-20/+30
2008-05-07 PR 6049Ian Lance Taylor1-36/+57
2008-05-06 * options.h (class General_options): Add -Bsymbolic-functions.Ian Lance Taylor1-6/+30
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-42/+78
2008-04-17 * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor1-5/+13
2008-04-17 * symtab.h (Symbol::is_strong_undefined): Removed unused function.Cary Coutant1-13/+9
2008-04-09 * options.h (class General_options): Define --wrap as a specialIan Lance Taylor1-0/+4
2008-04-042008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant1-1/+31
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-60/+13
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor1-3/+3
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-9/+7
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-7/+7
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor1-1/+1
2008-02-13Assignments in linker scripts override definitions from object files.Ian Lance Taylor1-2/+3
2008-02-09Track sections for expressions.Ian Lance Taylor1-3/+10
2008-02-08From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor1-5/+21
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-4/+12
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-21/+15
2008-01-24From Cary Coutant: Fix last patch.Ian Lance Taylor1-11/+4
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor1-11/+50
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-4/+28
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-1/+24
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-17/+13
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-1/+2
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-1/+1
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-3/+3
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor1-1/+4
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-16/+0
2007-12-04Print symbol table statistics with --stats.Ian Lance Taylor1-0/+4
2007-11-22Add threading support.Ian Lance Taylor1-0/+10
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-0/+7
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-0/+47
2007-11-14From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor1-1/+1
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-3/+8
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor1-3/+45
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor1-0/+4
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor1-0/+82
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-1/+1
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-1/+1
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-13/+37
2007-10-18Add support for -Bsymbolic.Ian Lance Taylor1-1/+2
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-0/+15
2007-10-14Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor1-3/+39
2007-10-14Better multiple definition errors.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-4/+9
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1
2007-09-28Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor1-6/+1
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-17/+3