Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)

* coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather
	than I386SVMAGIC.
	(coff_pointerize_aux): don't pointerize a negative tagndx
	(sometimes generated by SCO 3.2v4 cc).

	* bout.c (calljx_callback, callj_callback,
	b_out_get_relocated_section_contents): warn if relocating against
	an undefined symbol.
This commit is contained in:
Ian Lance Taylor 1992-12-29 21:59:15 +00:00
parent b8ef816335
commit cc29d6659b
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
* coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather
than I386SVMAGIC.
(coff_pointerize_aux): don't pointerize a negative tagndx
(sometimes generated by SCO 3.2v4 cc).
* bout.c (calljx_callback, callj_callback,
b_out_get_relocated_section_contents): warn if relocating against
an undefined symbol.
Mon Dec 28 14:30:55 1992 Stu Grossman (grossman at cygnus.com)
* hppa.c: Get rid of DEFUN, use more conventional prolog stuff.