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:
78485d5
)
PR 10005
author
Alan Modra
<amodra@gmail.com>
Thu, 26 Mar 2009 02:41:12 +0000
(
02:41
+0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 26 Mar 2009 02:41:12 +0000
(
02:41
+0000)
* config/tc-i386.c (reloc): Don't abort on lack of required
reloc type.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 13794000c4161eeef586077245cd91bd14c2385e..9f1608004b309164deb78a77b6dbd0a63a97eecc 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,9
@@
+2009-03-26 Alan Modra <amodra@bigpond.net.au>
+
+ PR 10005
+ * config/tc-i386.c (reloc): Don't abort on lack of required
+ reloc type.
+
2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (parse_insn): Use default_arch on unsupported
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index 91836ea9096ba5cce67876e2995ea7fc6b5baad2..ed4ab9371efea8e36ca34bf172b5bb3ca8405de5 100644
(file)
--- a/
gas/config/tc-i386.c
+++ b/
gas/config/tc-i386.c
@@
-2433,8
+2433,7
@@
reloc (unsigned int size,
sign > 0 ? "signed" : "unsigned", size);
}
- abort ();
- return BFD_RELOC_NONE;
+ return NO_RELOC;
}
/* Here we decide which fixups can be adjusted to make them relative to