aboutsummaryrefslogtreecommitdiff
path: root/bfd/stab-syms.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-12-20 00:21:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-12-20 00:21:57 +0000
commit7b82c249fa95cb7c5500e8fe629f54f32de72ff8 (patch)
treed7b1f08c82474f2d1af73a1d50d574b5f7d19799 /bfd/stab-syms.c
parente30839fee3fa2b2ae067e6d85fa9ba41be09fc22 (diff)
downloadfsf-binutils-gdb-7b82c249fa95cb7c5500e8fe629f54f32de72ff8.zip
fsf-binutils-gdb-7b82c249fa95cb7c5500e8fe629f54f32de72ff8.tar.gz
fsf-binutils-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/stab-syms.c')
-rw-r--r--bfd/stab-syms.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/stab-syms.c b/bfd/stab-syms.c
index f4fe6c8..4b0827f 100644
--- a/bfd/stab-syms.c
+++ b/bfd/stab-syms.c
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "bfd.h"
-#define ARCH_SIZE 32 /* Value doesn't matter. */
+#define ARCH_SIZE 32 /* Value doesn't matter. */
#include "libaout.h"
#include "aout/aout64.h"
@@ -32,13 +32,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* These are not really stab symbols, but it is
convenient to have them here for the sake of nm.
For completeness, we could also add N_TEXT etc, but those
- are never needed, since nm treats those specially. */
+ are never needed, since nm treats those specially. */
#define EXTRA_SYMBOLS \
__define_name (N_SETA, "SETA")/* Absolute set element symbol */ \
__define_name (N_SETT, "SETT")/* Text set element symbol */ \
__define_name (N_SETD, "SETD")/* Data set element symbol */ \
__define_name (N_SETB, "SETB")/* Bss set element symbol */ \
- __define_name (N_SETV, "SETV")/* Pointer to set vector in data area. */ \
+ __define_name (N_SETV, "SETV")/* Pointer to set vector in data area. */ \
__define_name (N_INDR, "INDR") \
__define_name (N_WARNING, "WARNING")