Commit Graph

11307 Commits

Author SHA1 Message Date
Jim Wilson
c1e8e6bd23 (machine_dependent_reorg): In TARGET_RELAX code...
(machine_dependent_reorg): In TARGET_RELAX code, when scan
forward from LINK, fail if pass a CODE_LABEL before finding INSN.
Fail if SCAN not INSN is a JUMP_INSN.

From-SVN: r11419
1996-03-04 14:37:57 -08:00
Doug Evans
f2d82a9550 Update copyright.
From-SVN: r11418
1996-03-04 20:18:45 +00:00
Michael Meissner
5a19791c51 Fix typo in last change.
From-SVN: r11417
1996-03-04 20:06:58 +00:00
Michael Meissner
6a4cee5fdb Add attribute((longcall)) support
From-SVN: r11416
1996-03-04 16:34:29 +00:00
Richard Kenner
de3a68a106 (significand_size): Don't test the modes, but their sizes.
From-SVN: r11415
1996-03-04 08:57:43 -05:00
Richard Kenner
541180f92a (xstrdup): Declare instead of instead of strdup.
(ASM_OUTPUT_LABEL): Use xstrdup instead of strdup.
(FIX_FRAME_POINTER_ADDRESS): Don't use DEPTH in string.

From-SVN: r11414
1996-03-04 08:42:03 -05:00
Richard Kenner
42b8bb14ed (strdup): Delete.
(float_label):  xstrdup instead of strdup.

From-SVN: r11413
1996-03-04 08:40:48 -05:00
Richard Kenner
f6127c6a4a (bc_expand_function_start): Likewise.
From-SVN: r11412
1996-03-04 08:40:01 -05:00
Richard Kenner
3d8e9bc243 (bc_strdup): Delete.
(bc_load_externaddr_id): Use xstrdup instead of bc_xstrdup.

From-SVN: r11411
1996-03-04 08:39:11 -05:00
Richard Kenner
e3b79a32f8 (bc_xstrdup): Delete.
From-SVN: r11410
1996-03-04 08:38:39 -05:00
Richard Kenner
fa58294a56 (xstrdup): Declare.
From-SVN: r11409
1996-03-04 08:36:43 -05:00
Richard Kenner
3e386b9e9d (xstrdup): New function.
From-SVN: r11408
1996-03-04 08:36:14 -05:00
Richard Kenner
bb380e9d21 (xstrdup): Moved from here.
From-SVN: r11407
1996-03-04 08:35:34 -05:00
Richard Kenner
a0f675b312 (NO_WAIT_H): Deleted.
From-SVN: r11406
1996-03-04 08:24:34 -05:00
Richard Kenner
e2616dde30 Never include wait.h.
From-SVN: r11405
1996-03-04 08:23:11 -05:00
Richard Kenner
ba3a053e4d (expand_call): If passing by invisible ref, not const.
From-SVN: r11404
1996-03-02 14:30:32 -05:00
Doug Evans
a490482938 h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of TARGET_ALIGN_STRUCT_300 with TARGET_ALIGN_300.
* h8300.h (BIGGEST_FIELD_ALIGNMENT): Replace uses of
	TARGET_ALIGN_STRUCT_300 with TARGET_ALIGN_300.
	(BIGGEST_ALIGNMENT): Likewise.

From-SVN: r11403
1996-03-02 18:40:11 +00:00
Richard Kenner
06b967f926 (SKIP_CALLERS_UNIMP_P): Make agree with test used in call.
From-SVN: r11402
1996-03-02 12:44:23 -05:00
Richard Kenner
d80f96e9a8 (do_jump, case COMPOUND_EXPR): Call preserve_temp_slots.
From-SVN: r11401
1996-03-02 10:18:24 -05:00
Richard Kenner
d011fbf978 (fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL.
From-SVN: r11400
1996-03-02 08:04:30 -05:00
Mike Stump
ec25526966 84th Cygnus<->FSF merge
From-SVN: r11399
1996-03-02 01:49:15 +00:00
Jeff Law
9725066d7d optabs.c (emit_cmp_insn): Immediately copy the return value from the library call into a pseudo register.
* optabs.c (emit_cmp_insn): Immediately copy the return
        value from the library call into a pseudo register.
        (emit_float_lib_cmp): Likewise.

From-SVN: r11398
1996-03-01 16:00:41 -07:00
Michael Meissner
fff4998bc9 Define ASM_OUTPUT_ALIGNED_BSS
From-SVN: r11397
1996-03-01 20:34:12 +00:00
Stan Cox
cac58785f7 (cmpxf*): XF compare cannot have mem operands.
From-SVN: r11396
1996-03-01 15:28:23 +00:00
Roland McGrath
049b9f449c Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.
From-SVN: r11392
1996-03-01 14:57:49 +00:00
Jim Wilson
24c032e981 (push_init_level): When output padding to align structure
field, set constructor_unfilled_fields.

From-SVN: r11391
1996-02-29 17:46:19 -08:00
Jim Wilson
3d0793d589 (dbxout_type, case METHOD_TYPE): Add CHARS (1) call
after emitting second '#' character.

From-SVN: r11390
1996-02-29 17:41:00 -08:00
Stan Cox
698cdd84d5 (i386_return_pops_args): Cleanup extra argument
From-SVN: r11389
1996-02-29 22:37:10 +00:00
Doug Evans
4d46c3cec6 m68k-aout.h (BSS_SECTION_ASM_OP): Define.
* m68k/m68k-aout.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_BSS): Define.

From-SVN: r11388
1996-02-29 22:19:07 +00:00
Doug Evans
0fad591499 coff.h (BSS_SECTION_ASM_OP): Define.
* m68k/coff.h (BSS_SECTION_ASM_OP): Define.
(ASM_OUTPUT_ALIGNED_BSS): Define.

From-SVN: r11387
1996-02-29 22:18:17 +00:00
Doug Evans
f4778f92da (ASM_OUTPUT_BSS): Define.
From-SVN: r11386
1996-02-29 22:17:33 +00:00
Per Bothner
2491d23953 varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, first extract and compare the set length.
* varasm.c (compare_constant_1):  For a SET_TYPE CONSTRUCTOR,
first extract and compare the set length.
* varasm.c (record_constant_1):  For SET_TYPE CONSTRUCTOR,
permanent_obstack.next_free is *end* of available space.

From-SVN: r11385
1996-02-29 10:46:58 -08:00
Jeff Law
c3d4f633e6 pa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and "-mno-long-load-store".
* pa.h (TARGET_SWITCHES): Add new flags "-mlong-load-store" and
        "-mno-long-load-store".
        (TARGET_LONG_LOAD_STORE): Define.
        * pa.md (symbolic high part): Handle TARGET_LONG_LOAD_STORE.

From-SVN: r11384
1996-02-29 11:17:35 -07:00
Stan Cox
7e10a91972 (cmpxf*): Allow for (compare (reg:XF) (mem:XF)).
From-SVN: r11383
1996-02-29 16:47:21 +00:00
Doug Evans
24f34136ca Add comment regarding BSS_ASM_OP.
From-SVN: r11382
1996-02-29 03:18:00 +00:00
Doug Evans
a61e2761e5 Add comment regarding .bss.
From-SVN: r11381
1996-02-29 03:15:55 +00:00
Doug Evans
8a7facf891 (EXTRA_SECTIONS): Delete in_bss.
From-SVN: r11380
1996-02-29 03:13:29 +00:00
Doug Evans
f7093a42ad pa.h (EXTRA_SECTIONS): Delete in_bss.
* pa/pa.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

From-SVN: r11379
1996-02-29 03:12:52 +00:00
Doug Evans
f3d9160755 (BC_OUTPUT_BSS): Define.
From-SVN: r11378
1996-02-29 03:11:26 +00:00
Doug Evans
7e15947553 crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
* m68k/crds.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
	(BSS_SECTION_ASM_OP): Define.

From-SVN: r11377
1996-02-29 03:11:02 +00:00
Doug Evans
aefc92a56c * i860/paragon.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Undef.
From-SVN: r11376
1996-02-29 03:10:24 +00:00
Doug Evans
bee62d2329 svr3gas.h (EXTRA_SECTIONS): Delete in_bss.
* i386/svr3gas.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
	(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11375
1996-02-29 03:09:45 +00:00
Doug Evans
d9d87b5a22 (BSS_SECTION_FUNCTION): Delete.
From-SVN: r11374
1996-02-29 03:09:17 +00:00
Doug Evans
914cf730be sco5.h (EXTRA_SECTIONS): Delete in_bss.
* i386/sco5.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
	(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11373
1996-02-29 03:08:50 +00:00
Doug Evans
87fe968527 * i386/att.h (BSS_SECTION_FUNCTION): Delete.
From-SVN: r11372
1996-02-29 03:07:55 +00:00
Doug Evans
c0d5b3ebd0 aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
* i386/aix386ng.h (EXTRA_SECTION_FUNCTIONS): Delete
	BSS_SECTION_FUNCTION.

From-SVN: r11371
1996-02-29 03:03:45 +00:00
Doug Evans
13dfe7afcc * gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
From-SVN: r11370
1996-02-29 03:02:38 +00:00
Doug Evans
a02303b851 dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
* dsp16xx/dsp16xx.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete bss_section.

From-SVN: r11369
1996-02-29 03:02:01 +00:00
Doug Evans
0002d65bda * convex/convex.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
From-SVN: r11368
1996-02-29 03:01:12 +00:00
Doug Evans
0ec44be464 lynx.h (EXTRA_SECTIONS): Delete in_bss.
* lynx.h (EXTRA_SECTIONS): Delete in_bss.
	(EXTRA_SECTION_FUNCTIONS): Delete BSS_SECTION_FUNCTION.
	* svr3.h (EXTRA_SECTIONS): Likewise.
	(BSS_SECTION_FUNCTION): Delete.

From-SVN: r11367
1996-02-29 02:55:54 +00:00