* symbols.c (symbol_create): Use udata.p, not just udata.

* config/obj-elf.c (obj_ecoff_set_ext): Likewise.
	(elf_get_extr): Likewise.
This commit is contained in:
Ian Lance Taylor 1994-10-17 23:52:27 +00:00
parent cd5220cd63
commit 62d396892b

View 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 *.