* as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.

(SEG_LAST): New.
	* subsegs.c (MANY_SEGMENTS): Increase segment limit.
	* obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
	(do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
	crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
	SEG_E9.

Until BFD backend works with i386-pe.
This commit is contained in:
Steve Chamberlain 1996-03-11 18:05:58 +00:00
parent e656ecf90c
commit a31c2bc74c

View file

@ -1,3 +1,17 @@
Mon Mar 11 09:59:53 1996 Steve Chamberlain <sac@slash.cygnus.com>
* as.h (SEG_NORMAL, SEG_LIST): Bump segment limit from 10 to 40.
(SEG_LAST): New.
* subsegs.c (MANY_SEGMENTS): Increase segment limit.
* obj-coff.c (seg_N_TYPE, seg_info_off_by_4): Likewise.
(do_relocs_for, w_symbols, obj_coff_add_segment, do_linenos_for,
crawl_symbols, coff_header_append): Loop to SEG_LAST rather than
SEG_E9.
Thu Mar 7 15:17:39 1996 Doug Evans <dje@charmed.cygnus.com>
* config/tc-sparc.c (sparc_ip): Handle operand char 'O' (neg reg).
Thu Mar 7 09:19:15 1996 Jeffrey A Law (law@cygnus.com)
* config/tc-hppa.c (SUBSEG_MILLI): Define.