From: Richard Sandiford Date: Sat, 24 Jan 2004 17:37:29 +0000 (+0000) Subject: * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove. X-Git-Tag: gprof-pre-ansify-2004-05-26~1520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dadcf8010f6107bc9e83da730532c48b795d5393;p=platform%2Fupstream%2Fbinutils.git * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove. --- diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index fc96ef3..110dc09 100644 --- 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 */