* symbols.c (symbol_create): Use udata.p, not just udata.
authorIan Lance Taylor <ian@airs.com>
Mon, 17 Oct 1994 23:52:27 +0000 (23:52 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 17 Oct 1994 23:52:27 +0000 (23:52 +0000)
* config/obj-elf.c (obj_ecoff_set_ext): Likewise.
(elf_get_extr): Likewise.

gas/ChangeLog

index 89e8880074e9ee7556d5753a70866dbfaf5a8764..e2563493a25edd6a76d4adcc3d912d5229a81bbf 100644 (file)
@@ -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 *.