diff options
author | Jeff Law <law@redhat.com> | 1994-09-12 04:06:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-12 04:06:07 +0000 |
commit | 29f1ccee6d235c2625af8545e142c6f5384ea3a0 (patch) | |
tree | be63e7301578e41580c74902737dcfcbaa7c875e /bfd/som.c | |
parent | 95bc714ee8c3ce79d5b082f772b2e846f0878d36 (diff) | |
download | gdb-29f1ccee6d235c2625af8545e142c6f5384ea3a0.zip gdb-29f1ccee6d235c2625af8545e142c6f5384ea3a0.tar.gz gdb-29f1ccee6d235c2625af8545e142c6f5384ea3a0.tar.bz2 |
Revert last change (never should have been checked in to begin with).
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2294,10 +2294,9 @@ som_prep_for_fixups (abfd, syms, num_syms) som_symbol_data (*reloc->sym_ptr_ptr)->reloc_count += scale; } } -#if 0 + /* Now sort the symbols. */ qsort (syms, num_syms, sizeof (asymbol *), compare_syms); -#endif /* Compute the symbol indexes, they will be needed by the relocation code. */ |