diff options
author | Nick Clifton <nickc@redhat.com> | 2010-08-25 08:36:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-08-25 08:36:54 +0000 |
commit | ca09d69af126b596bf21c9d3f7639cae5cd32533 (patch) | |
tree | 8f00e4524bcf6ead8f612b858cf2aa9f4241a663 /gold/object.h | |
parent | 8f7c79edf3b88a0eb9f11782add6ee61947afbb4 (diff) | |
download | binutils-gdb-ca09d69af126b596bf21c9d3f7639cae5cd32533.tar.gz |
* archive.cc: Formatting fixes: Remove whitespace between
typename and following asterisk. Remove whitespace between
function name and opening parenthesis.
* archive.h: Likewise.
* arm.cc: Likewise.
* attributes.cc: Likewise.
* attributes.h: Likewise.
* common.cc: Likewise.
* copy-relocs.cc: Likewise.
* dirsearch.h: Likewise.
* dynobj.cc: Likewise.
* ehframe.cc: Likewise.
* ehframe.h: Likewise.
* expression.cc: Likewise.
* fileread.cc: Likewise.
* fileread.h: Likewise.
* gc.h: Likewise.
* gold-threads.cc: Likewise.
* gold.cc: Likewise.
* i386.cc: Likewise.
* icf.h: Likewise.
* incremental-dump.cc: Likewise.
* incremental.cc: Likewise.
* layout.cc: Likewise.
* layout.h: Likewise.
* main.cc: Likewise.
* merge.cc: Likewise.
* merge.h: Likewise.
* object.cc: Likewise.
* object.h: Likewise.
* options.cc: Likewise.
* options.h: Likewise.
* output.cc: Likewise.
* output.h: Likewise.
* plugin.cc: Likewise.
* plugin.h: Likewise.
* powerpc.cc: Likewise.
* reloc.cc: Likewise.
* script-c.h: Likewise.
* script-sections.cc: Likewise.
* script.cc: Likewise.
* stringpool.cc: Likewise.
* symtab.cc: Likewise.
* symtab.h: Likewise.
* target.cc: Likewise.
* timer.cc: Likewise.
* timer.h: Likewise.
* version.cc: Likewise.
* x86_64.cc: Likewise.
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gold/object.h b/gold/object.h index 3412aec781b..1f79e272322 100644 --- a/gold/object.h +++ b/gold/object.h @@ -746,7 +746,7 @@ class Relobj : public Object // Decides which section names have to be included in the worklist // as roots. bool - is_section_name_included(const char *name); + is_section_name_included(const char* name); void copy_symbols_data(Symbols_data* gc_sd, Read_symbols_data* sd, @@ -1043,7 +1043,7 @@ class Relobj : public Object // Used to store the symbols data computed by the Read_symbols pass. // Again used during garbage collection when laying out referenced // sections. - gold::Symbols_data *sd_; + gold::Symbols_data* sd_; // Per-symbol counts of relocations, for incremental links. unsigned int* reloc_counts_; // Per-symbol base indexes of relocations, for incremental links. @@ -2006,7 +2006,7 @@ class Sized_relobj : public Relobj // Whether to include a section group in the link. bool include_section_group(Symbol_table*, Layout*, unsigned int, const char*, - const unsigned char*, const char *, section_size_type, + const unsigned char*, const char*, section_size_type, std::vector<bool>*); // Whether to include a linkonce section in the link. @@ -2388,7 +2388,7 @@ struct Const_section_id_hash extern bool is_elf_object(Input_file* input_file, off_t offset, - const unsigned char** start, int *read_size); + const unsigned char** start, int* read_size); // Return an Object appropriate for the input file. P is BYTES long, // and holds the ELF header. If PUNCONFIGURED is not NULL, then if |