diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 02:35:31 +0000 |
commit | 67c1ffbec916d2c18096f2a285d4f5812f20bd24 (patch) | |
tree | dfbb51279d89bfa089ec3a28a04bd665ad50f2cf /gas/config/tc-ppc.c | |
parent | 834ddcc491ace97284f1ec0edd55a863e9485e95 (diff) | |
download | gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.zip gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.gz gdb-67c1ffbec916d2c18096f2a285d4f5812f20bd24.tar.bz2 |
* config/tc-a29k.h: Fix comment typos.
* config/tc-arm.c: Likewise.
* config/tc-dlx.h: Likewise.
* config/tc-hppa.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-m32r.c: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mcore.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mmix.c: Likewise.
* config/tc-msp430.c: Likewise.
* config/tc-ns32k.c: Likewise.
* config/tc-or32.c: Likewise.
* config/tc-or32.h: Likewise.
* config/tc-pj.c: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-s390.c: Likewise.
* config/tc-sh64.c: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sparc.c: Likewise.
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r-- | gas/config/tc-ppc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index c806f01..84698be 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1319,7 +1319,7 @@ md_begin () ppc_setup_opcodes (); - /* Tell the main code what the endianness is if it is not overidden + /* Tell the main code what the endianness is if it is not overridden by the user. */ if (!set_target_endian) { @@ -2882,7 +2882,7 @@ static bfd_boolean ppc_stab_symbol; /* The .comm and .lcomm pseudo-ops for XCOFF. XCOFF puts common symbols in the .bss segment as though they were local common - symbols, and uses a different smclas. The native Aix 4.3.3 assember + symbols, and uses a different smclas. The native Aix 4.3.3 assembler aligns .comm and .lcomm to 4 bytes. */ static void @@ -3437,7 +3437,7 @@ ppc_stabx (ignore) /* The .function pseudo-op. This takes several arguments. The first argument seems to be the external name of the symbol. The second - argment seems to be the label for the start of the function. gcc + argument seems to be the label for the start of the function. gcc uses the same name for both. I have no idea what the third and fourth arguments are meant to be. The optional fifth argument is an expression for the size of the function. In COFF this symbol |