diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-20 00:21:57 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-20 00:21:57 +0000 |
commit | 7b82c249fa95cb7c5500e8fe629f54f32de72ff8 (patch) | |
tree | d7b1f08c82474f2d1af73a1d50d574b5f7d19799 /bfd/sparclinux.c | |
parent | e30839fee3fa2b2ae067e6d85fa9ba41be09fc22 (diff) | |
download | gdb-7b82c249fa95cb7c5500e8fe629f54f32de72ff8.zip gdb-7b82c249fa95cb7c5500e8fe629f54f32de72ff8.tar.gz gdb-7b82c249fa95cb7c5500e8fe629f54f32de72ff8.tar.bz2 |
2000-12-19 Kazu Hirata <kazu@hxi.com>
* sco5-core.c: Fix formatting.
* section.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* srec.c: Likewise.
* stabs.c: Likewise.
* stab-syms.c: Likewise.
* sunos.c: Likewise.
* syms.c: Likewise.
* sysdep.h: Likewise.
Diffstat (limited to 'bfd/sparclinux.c')
-rw-r--r-- | bfd/sparclinux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index 73a29b3..57bf6c6 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -95,7 +95,7 @@ sparclinux_write_object_contents (abfd) #define IS_GOT_SYM(name) \ (strncmp (name, GOT_REF_PREFIX, sizeof GOT_REF_PREFIX - 1) == 0) -/* See if a symbol name is a reference to the procedure linkage table. */ +/* See if a symbol name is a reference to the procedure linkage table. */ #ifndef PLT_REF_PREFIX #define PLT_REF_PREFIX "__PLT_" @@ -478,7 +478,7 @@ linux_tally_symbols (h, data) (h->root.root.root.string + sizeof PLT_REF_PREFIX - 1), false, false, true); - /* h2 does not follow indirect symbols. */ + /* h2 does not follow indirect symbols. */ h2 = linux_link_hash_lookup (linux_hash_table (info), (h->root.root.root.string + sizeof PLT_REF_PREFIX - 1), @@ -535,7 +535,7 @@ linux_tally_symbols (h, data) } /* Quick and dirty way of stripping these symbols from the - symtab. */ + symtab. */ if (bfd_is_abs_section (h->root.root.u.def.section)) h->root.written = true; } @@ -560,7 +560,7 @@ bfd_sparclinux_size_dynamic_sections (output_bfd, info) if (output_bfd->xvec != &MY(vec)) return true; - /* First find the fixups... */ + /* First find the fixups... */ linux_link_hash_traverse (linux_hash_table (info), linux_tally_symbols, (PTR) info); |