diff options
author | Tom Rix <trix@redhat.com> | 2002-06-12 16:14:02 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2002-06-12 16:14:02 +0000 |
commit | b4f96c78d90900dd74c25f02119c47f483d5237d (patch) | |
tree | a507dea1442c7f2d76ada91904acec96dd6b11ec /gas/config/tc-ppc.h | |
parent | 3e0922c96f8c6012862c107c3746ab2722b34019 (diff) | |
download | gdb-b4f96c78d90900dd74c25f02119c47f483d5237d.zip gdb-b4f96c78d90900dd74c25f02119c47f483d5237d.tar.gz gdb-b4f96c78d90900dd74c25f02119c47f483d5237d.tar.bz2 |
Change default csect alignment to 4 bytes.
Diffstat (limited to 'gas/config/tc-ppc.h')
-rw-r--r-- | gas/config/tc-ppc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index 74e7794..da68020 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -196,10 +196,6 @@ extern int ppc_frob_symbol PARAMS ((symbolS *)); #define tc_adjust_symtab() ppc_adjust_symtab () extern void ppc_adjust_symtab PARAMS ((void)); -/* Niclas Andersson <nican@ida.liu.se> says this is needed. */ -extern int ppc_subseg_align PARAMS ((void)); -#define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) ppc_subseg_align () - /* We also need to copy, in particular, the class of the symbol, over what obj-coff would otherwise have copied. */ #define OBJ_COPY_SYMBOL_ATTRIBUTES(dest,src) \ |