Subject: changed files: 'src/gnu/usr.bin/gas/config aout.h obj-aout.c obj-aout.h tc-i386.c'
To: None <source-changes>
From: Paul Kranenburg <pk>
List: source-changes
Date: 11/20/1993 14:16:04
Update of /b/source/CVS/src/gnu/usr.bin/gas/config
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/gas/config

Modified Files:
	aout.h obj-aout.c obj-aout.h tc-i386.c 
Log Message:
Fixed bug in tc-i386.c which in rare but unpredictable circumstances would
screw up PC relative offsets to _GLOBAL_SYMBOL_TABLE_ (caused by me not quite
understanding the inner workings of this phenomenon called `obstack').
Thanks to Thomas Eberhardt for creating rare and unpredictable circumstances.

Changes to obj-aout.c to handle non-absolute `.size' expressions and to set
the `n_other' field of symbols to the symbols type, as given by `.type'
directives.


------------------------------------------------------------------------------