projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7766838
)
delete some code in "#if 0"
author
Ken Raeburn
<raeburn@cygnus>
Thu, 21 Oct 1993 19:55:01 +0000
(19:55 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 21 Oct 1993 19:55:01 +0000
(19:55 +0000)
gas/config/tc-m68k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-m68k.c
b/gas/config/tc-m68k.c
index
0100e03
..
5fe9ff9
100644
(file)
--- a/
gas/config/tc-m68k.c
+++ b/
gas/config/tc-m68k.c
@@
-2266,15
+2266,9
@@
m68k_ip (instring)
{
if (opP->reg == PC)
{
-#if 0
- add_frag (adds (opP->con1),
- offs (opP->con1) + 2,
- TAB (PCLEA, SZ_UNDEF));
-#else
addword (0x0170);
add_fix ('l', opP->con1, 1);
addword (0), addword (0);
-#endif
break;
}
else