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:
40c62b2
)
ΓΏ
author
Alan Modra
<amodra@gmail.com>
Mon, 24 May 1999 18:25:27 +0000
(18:25 +0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 24 May 1999 18:25:27 +0000
(18:25 +0000)
Fiz i386-iaout breakage introduced by last patch.
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index 2108b1420914f35c4706263dd3cd0b7b147a37e2..b06298ee8a2409ca0d12f9e3bf0a96318a72c97f 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-3906,6
+3906,7
@@
md_apply_fix3 (fixP, valp, seg)
register char *p = fixP->fx_where + fixP->fx_frag->fr_literal;
valueT value = *valp;
+#if defined (BFD_ASSEMBLER) && !defined (TE_Mach)
if (fixP->fx_pcrel)
{
switch (fixP->fx_r_type)
@@
-3922,7
+3923,6
@@
md_apply_fix3 (fixP, valp, seg)
}
}
-#if defined (BFD_ASSEMBLER) && !defined (TE_Mach)
/*
* This is a hack. There should be a better way to
* handle this.