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:
1cf91c6
)
don't bother checking return value from hash_new
author
Ken Raeburn
<raeburn@cygnus>
Tue, 1 Jun 1993 22:46:47 +0000
(22:46 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 1 Jun 1993 22:46:47 +0000
(22:46 +0000)
gas/config/tc-a29k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-a29k.c
b/gas/config/tc-a29k.c
index 0a9c22af61d1b378a039c1ceeeb85ffa1a8ee9ba..4f31651157b3c3eb782404dbfec0fba8064d0523 100644
(file)
--- a/
gas/config/tc-a29k.c
+++ b/
gas/config/tc-a29k.c
@@
-282,8
+282,6
@@
md_begin ()
/* Hash up all the opcodes for fast use later. */
op_hash = hash_new ();
- if (op_hash == NULL)
- as_fatal ("Virtual memory exhausted");
for (i = 0; i < num_opcodes; i++)
{