aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-17 23:52:27 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-17 23:52:27 +0000
commit62d396892bb5bf2deb9e1422a0ff9ed88a92f93b (patch)
treecc431e98f74dd002095fc3953311876e2840af19 /gas
parentcd5220cd6328274bd601ec9ef3d4671f9acc3af3 (diff)
downloadgdb-62d396892bb5bf2deb9e1422a0ff9ed88a92f93b.zip
gdb-62d396892bb5bf2deb9e1422a0ff9ed88a92f93b.tar.gz
gdb-62d396892bb5bf2deb9e1422a0ff9ed88a92f93b.tar.bz2
* symbols.c (symbol_create): Use udata.p, not just udata.
* config/obj-elf.c (obj_ecoff_set_ext): Likewise. (elf_get_extr): Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 89e8880..e256349 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Mon Oct 17 18:06:05 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+ * symbols.c (symbol_create): Use udata.p, not just udata.
+ * config/obj-elf.c (obj_ecoff_set_ext): Likewise.
+ (elf_get_extr): Likewise.
+
* read.c (read_a_source_file): The second argument to as_where is
unsigned int *, not int *.