diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-07 01:18:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-07 01:18:45 +0000 |
commit | ef99799a42e1d93d6025967df807ad442e29304d (patch) | |
tree | 24d10568abd3980362643836b57237842707eeb5 /gas/subsegs.c | |
parent | 4efc3e0524fbc2814d149c01928f51f4e22ab797 (diff) | |
download | binutils-gdb-ef99799a42e1d93d6025967df807ad442e29304d.tar.gz |
2000-11-06 Kazu Hirata <kazu@hxi.com>
* as.c: Fix formatting.
* dwarf2dbg.c: Likewise.
* itbl-ops.c: Likewise.
* listing.c: Likewise.
* macro.h: Likewise.
* messages.c: Likewise.
* read.c: Likewise.
* subsegs.c: Likewise.
* subsegs.h: Likewise.
* write.c: Likewise.
Diffstat (limited to 'gas/subsegs.c')
-rw-r--r-- | gas/subsegs.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gas/subsegs.c b/gas/subsegs.c index 49a93af7ea7..1d29bbaf2b3 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -19,9 +19,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - * Segments & sub-segments. - */ +/* Segments & sub-segments. */ #include "as.h" @@ -41,8 +39,7 @@ segment_info_type segment_info[SEG_MAXIMUM_ORDINAL]; frchainS *data0_frchainP, *bss0_frchainP; #endif /* MANY_SEGMENTS */ -char const *const seg_name[] = -{ +char const *const seg_name[] = { "absolute", #ifdef MANY_SEGMENTS "e0", "e1", "e2", "e3", "e4", "e5", "e6", "e7", "e8", "e9", @@ -567,8 +564,7 @@ section_symbol (sec) /* Return whether the specified segment is thought to hold text. */ #ifndef BFD_ASSEMBLER -const char * const nontext_section_names[] = -{ +const char * const nontext_section_names[] = { ".eh_frame", ".gcc_except_table", #ifdef OBJ_COFF |