Merge devo/bfd with GDB's bfd.
[deliverable/binutils-gdb.git] / bfd / liboasys.h
index 2c57e5950bd1d4d90c2f6aad89769010a6a2e14d..437035d884b2d25b51e27b87bac5bb70d2925ae9 100644 (file)
@@ -5,9 +5,9 @@ typedef struct
   asymbol symbol;
 } oasys_symbol_type;
 
-typedef struct oasys_reloc_struct {
+typedef struct oasys_reloc {
   arelent relent;
-  struct oasys_reloc_struct *next;
+  struct oasys_reloc *next;
   unsigned int symbol;
 } oasys_reloc_type;
 
@@ -15,7 +15,7 @@ typedef struct oasys_reloc_struct {
 #define oasys_symbol(x) ((oasys_symbol_type *)(x))
 #define oasys_per_section(x) ((oasys_per_section_type *)(x->used_by_bfd))
 
-typedef struct oasys_per_section_struct
+typedef struct oasys_per_section
 {
   asection *section;
   bfd_byte *data;
This page took 0.030138 seconds and 4 git commands to generate.