aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-06 21:18:08 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-06 21:18:08 +0000
commita2a5a4fa412e87029927e891be660adf888d00d7 (patch)
tree1a52a2e86bdd2177437275b11dfc62aab8efb138 /gas/config/tc-i386.h
parent467d7bbd7d46ce91285084d8ca0469edf71721e4 (diff)
downloadgdb-a2a5a4fa412e87029927e891be660adf888d00d7.zip
gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.gz
gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.bz2
fsf address update
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r--gas/config/tc-i386.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h
index 041ef79..85fc584 100644
--- a/gas/config/tc-i386.h
+++ b/gas/config/tc-i386.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef TC_I386
#define TC_I386 1
@@ -100,7 +100,7 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *frag));
/* Need this for PIC relocations */
#define NEED_FX_R_TYPE
-#define AOUT_MACHTYPE /* 100 */ 0
+#define AOUT_MACHTYPE 100
#undef REVERSE_SORT_RELOCS
#endif /* ! BFD_ASSEMBLER */
@@ -118,7 +118,7 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *frag));
&& (name[1] == 'L' || name[1] == 'X' || name[1] == '.'))
#define FAKE_LABEL_NAME ".L0\001"
#endif
-#define LOCAL_LABELS_FB
+#define LOCAL_LABELS_FB 1
#define tc_aout_pre_write_hook(x) {;} /* not used */
#define tc_crawl_symbol_chain(a) {;} /* not used */
@@ -360,4 +360,7 @@ void i386_validate_fix ();
#define md_operand(x)
+extern const struct relax_type md_relax_table[];
+#define TC_GENERIC_RELAX_TABLE md_relax_table
+
/* end of tc-i386.h */