summaryrefslogtreecommitdiff
path: root/bfd/som.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-12-14 21:38:31 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-12-14 21:38:31 +0000
commit4036f1b3066fd8e186e3eac158a7df411d7fcc65 (patch)
treea7961927fbc9b72f1552409b82139323c4bd2c62 /bfd/som.h
parent271f85e7eae267b9984b3a9d69f11e7db6932c56 (diff)
downloadbinutils-redhat-4036f1b3066fd8e186e3eac158a7df411d7fcc65.tar.gz
2000-12-14 Kazu Hirata <kazu@hxi.com>
* peigen.c: Fix formatting. * som.c: Likewise. * som.h: Likewise.
Diffstat (limited to 'bfd/som.h')
-rw-r--r--bfd/som.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/bfd/som.h b/bfd/som.h
index af37804218..eedef8c8a3 100644
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -46,8 +46,8 @@
#define _PA_RISC_ID(__m_num) 1
#endif /* HOST_HPPABSD */
-#define FILE_HDR_SIZE sizeof(struct header)
-#define AUX_HDR_SIZE sizeof(struct som_exec_auxhdr)
+#define FILE_HDR_SIZE sizeof (struct header)
+#define AUX_HDR_SIZE sizeof (struct som_exec_auxhdr)
typedef struct som_symbol
{
@@ -77,7 +77,7 @@ typedef struct som_symbol
int reloc_count;
/* During object file writing, the offset of the name of this symbol
- in the SOM string table. */
+ in the SOM string table. */
int stringtab_offset;
}
som_symbol_type;
@@ -159,7 +159,7 @@ struct som_copyable_section_data_struct
int space_number;
/* Add more stuff here as needed. Good examples of information
- we might want to pass would be initialization pointers,
+ we might want to pass would be initialization pointers,
and the many subspace flags we do not represent yet. */
};
@@ -167,7 +167,7 @@ struct som_copyable_section_data_struct
reloc_size holds the size of the relocation stream, note this
is very different from the number of relocations as SOM relocations
- are variable length.
+ are variable length.
reloc_stream is the actual stream of relocation entries. */
@@ -198,14 +198,13 @@ struct som_section_data_struct
((struct som_section_data_struct *)sec->used_by_bfd)
#define som_symbol_data(symbol) ((som_symbol_type *) symbol)
-
/* Defines groups of basic relocations. FIXME: These should
be the only basic relocations created by GAS. The rest
should be internal to the BFD backend.
The idea is both SOM and ELF define these basic relocation
types so they map into a SOM or ELF specific reloation as
- appropriate. This allows GAS to share much more code
+ appropriate. This allows GAS to share much more code
between the two object formats. */
#define R_HPPA_NONE R_NO_RELOCATION