projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d9421
)
* config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
author
Richard Sandiford
<rdsandiford@googlemail.com>
Sat, 24 Jan 2004 17:37:29 +0000
(17:37 +0000)
committer
Richard Sandiford
<rdsandiford@googlemail.com>
Sat, 24 Jan 2004 17:37:29 +0000
(17:37 +0000)
gas/config/tc-mips.h
patch
|
blob
|
history
diff --git
a/gas/config/tc-mips.h
b/gas/config/tc-mips.h
index fc96ef3a937faa7ace835a528775ad2b6d15a750..110dc09fd5b026bb3b9042efa462b58968f59c92 100644
(file)
--- a/
gas/config/tc-mips.h
+++ b/
gas/config/tc-mips.h
@@
-186,9
+186,4
@@
extern enum dwarf2_format mips_dwarf2_format (void);
#define DWARF2_ADDR_SIZE(bfd) \
(DWARF2_FORMAT () == dwarf2_format_32bit ? 4 : 8)
-typedef struct {
- offsetT tc_fr_offset;
-} tc_frag_data_type;
-#define TC_FRAG_TYPE tc_frag_data_type
-
#endif /* TC_MIPS */