From: Ian Lance Taylor Date: Mon, 17 Oct 1994 23:52:27 +0000 (+0000) Subject: * symbols.c (symbol_create): Use udata.p, not just udata. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62d396892bb5bf2deb9e1422a0ff9ed88a92f93b;p=binutils-gdb.git * symbols.c (symbol_create): Use udata.p, not just udata. * config/obj-elf.c (obj_ecoff_set_ext): Likewise. (elf_get_extr): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 89e8880074e..e2563493a25 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Mon Oct 17 18:06:05 1994 Ian Lance Taylor + * 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 *.