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:
b84b766
)
* obj-som.c: Terminate obj_pseudo_table.
author
Jeff Law
<law@redhat.com>
Mon, 24 Apr 2000 23:48:13 +0000
(23:48 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 24 Apr 2000 23:48:13 +0000
(23:48 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/obj-som.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index ac47c1d466dbd3c8de4f27bc9e5cd1841a48d317..6656afa02a12f255f19fc65ed7152f5de2bf3483 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2000-04-24 Mark Klein <mklein@dis.com>
+
+ * obj-som.c: Terminate obj_pseudo_table.
+
2000-04-22 Timothy Wall <twall@cygnus.com>
* config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
diff --git
a/gas/config/obj-som.c
b/gas/config/obj-som.c
index 65d4adad58cc70f213ab24f65f33ced066cfa159..c4a4962de17c3b497bcb3cb64d49b7cc0ce081ae 100644
(file)
--- a/
gas/config/obj-som.c
+++ b/
gas/config/obj-som.c
@@
-30,7
+30,8
@@
static void obj_som_weak PARAMS ((int));
const pseudo_typeS obj_pseudo_table[] =
{
- {"weak", obj_som_weak, 0}
+ {"weak", obj_som_weak, 0},
+ {NULL, NULL, 0}
};
static int version_seen = 0;