Commit Graph

22910 Commits

Author SHA1 Message Date
Nick Clifton
6cfc7210fa General tidyup of header files.
From-SVN: r28138
1999-07-17 13:44:35 +00:00
Jeff Law
8f7cbf1635 Daily bump.
From-SVN: r28134
1999-07-17 01:45:11 -06:00
Jeffrey A Law
b3292eb0cf pa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather than a hardwired value.
* pa.c (compute_frame_size): Round frame according to
        STACK_BOUNDARY rather than a hardwired value.

From-SVN: r28132
1999-07-16 16:40:39 -06:00
Jeffrey A Law
cb16fe9f9b * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
From-SVN: r28131
1999-07-16 16:12:33 -06:00
Jeffrey A Law
30f08b3984 configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead of "1".
* configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
        of "1".
        * configure: Rebuilt.

From-SVN: r28130
1999-07-16 15:47:29 -06:00
Jeffrey A Law
0e22c1d8cd configure.in (hppa*-*-linux*): New configuration.
* configure.in (hppa*-*-linux*): New configuration.
        * configure: Rebuilt.
        * pa.h (MAX_OFILE_ALIGNMENT): Delete.
        * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
        * pa/pa-linux.h: New file.
        * pa/t-linux: New file.
        * pa/xm-linux.h: New file.

From-SVN: r28129
1999-07-16 15:39:59 -06:00
Jeffrey A Law
690d42283d pa.c (hppa_legitimize_address): Change references from SImode to either Pmode or word_mode as appropriate.
* pa.c (hppa_legitimize_address): Change references from SImode to
        either Pmode or word_mode as appropriate.
        (emit_move_sequence, store_reg, load_reg): Likewise.
        (set_reg_plus_d, hppa_expand_prologue): Likewise.
        (output_mul_insn): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (INITIALZE_TRAMPOLINE): Likewise.
        (Pmode): Define to word_mode.

From-SVN: r28128
1999-07-16 14:58:13 -06:00
Jeffrey A Law
d7735a074b pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.
* pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
        value of 4.  Allocate 8 bytes for each FP register save.
        (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
        value of 4.
        (hppa_expand_prologue): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
        (FUNCTION_ARG_BOUNDARY): Likewise.

From-SVN: r28127
1999-07-16 14:35:08 -06:00
Jeffrey A Law
c8730d930d * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
From-SVN: r28126
1999-07-16 14:14:19 -06:00
Jeffrey A Law
7123b6ed1f pa.c (out_of_line_prologue_epilogue): Delete.
* pa.c (out_of_line_prologue_epilogue): Delete.
        (override_options): Remove -mspace related code.
        (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
        (compute_frame_size): Only allocate space for register that
        actually need to be saved.
        * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
        (TARGET_SWITCHES): Remove -mspace, -mno-space
        * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
        * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
        * pa/ee.asm, pa/ee_fp.asm: Delete.

From-SVN: r28125
1999-07-16 14:07:55 -06:00
Jeffrey A Law
15c58c19b6 * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
From-SVN: r28124
1999-07-16 13:54:32 -06:00
Jeffrey A Law
6d32de1a3a svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.
* config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

From-SVN: r28123
1999-07-16 13:50:13 -06:00
Jeff Law
d14f13ad68 Daily bump.
From-SVN: r28122
1999-07-16 01:45:38 -06:00
Jeffrey A Law
df59fef773 m68k.c (output_function_prologue): Fix computation of save mask when generating PIC code.
* m68k.c (output_function_prologue): Fix computation of save mask
        when generating PIC code.

From-SVN: r28119
1999-07-16 01:41:49 -06:00
Markus Gyger
3cda32a10b stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.
* stdexcepti.cc (__out_of_range): Use std:: qualifier for names
	in std.
	(__length_error): Likewise.

From-SVN: r28117
1999-07-16 07:07:45 +00:00
Jim Wilson
e500a90e22 Fix winsup build failure reported by Chris Faylor.
* tree.c (build_type_attribute_variant): Move current_obstack restore
	after build_qualified_type call.

From-SVN: r28116
1999-07-15 08:40:59 -07:00
Mark Mitchell
e3f5cc86f8 configure.in: Use t-iris6, even with GNU LD.
* configure.in: Use t-iris6, even with GNU LD.
	* config/mips/iris6gld.h: Fix typo in linker spec.
	* config/mips/t-iris6gld: Remove.

From-SVN: r28115
1999-07-15 13:59:04 +00:00
David Edelsohn
a78e33fc4b rs6000.md (insv, extzv): Remove SImode dependence in named patterns.
* rs6000.md (insv, extzv): Remove SImode dependence in named
	patterns.  Explicitly generate DImode RTL if PowerPC64 and
	operand is DImode.
	(insvdi): Reverse start and size in instruction template.

From-SVN: r28114
1999-07-15 08:39:30 -04:00
Tom Tromey
51e0d189ed G19990217_02.no-link: New file.
* libjava.compile/G19990217_02.no-link: New file.
	* libjava.compile/test.exp: Look for `.no-link' file.
	* lib/libjava.exp (test_libjava_from_source): Added `no-link'
	option.
	(test_libjava_from_javac): Likewise.  Also, handle package
	information from class name when creating class file name.

From-SVN: r28113
1999-07-15 09:15:26 +00:00
Andrew Haley
e533f648af expr.c (expand_expr): Do not return the last statement in a block as the block's value.
1999-07-14  Andrew Haley  <aph@cygnus.com>
        * expr.c (expand_expr): Do not return the last statement in a
        block as the block's value.

From-SVN: r28112
1999-07-15 05:17:08 +00:00
Jeff Law
39df13d95d Daily bump.
From-SVN: r28109
1999-07-14 18:45:13 -06:00
Joseph Myers
1bd31d5678 invoke.texi: Typo fixes.
�
	* invoke.texi: Typo fixes.

From-SVN: r28107
1999-07-14 17:27:35 -06:00
Jeffrey A Law
40c0c3cf73 emit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at this time instead of silently...
* emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
        handle at this time instead of silently generating incorrect code.
        (gen_imagpart): Likewise.

From-SVN: r28105
1999-07-14 17:04:45 -06:00
Jeff Law
87afbee625 reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...
�
        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28103
1999-07-14 16:30:24 -06:00
Jeff Law
bb183b9e6b reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...
�
        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28102
1999-07-14 16:30:21 -06:00
Richard Henderson
a81c752ad3 argv.c: Include stdlib.h and string.h instead of prototyping directly.
* argv.c: Include stdlib.h and string.h instead of
        prototyping directly.
        * choose-temp.c: Conditionally include string.h.

From-SVN: r28099
1999-07-14 10:29:38 -07:00
J"orn Rennecke
9bbecbc485 c-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_fields for a RECORD_TYPE...
* c-typeck.c (output_init_element, process_init_element):
	When advancing constructor_unfilled_fields for a RECORD_TYPE,
	check for nameless bit fields.

From-SVN: r28098
1999-07-14 16:47:26 +01:00
Mark Mitchell
5937a6f93a pt.c (check_default_tmpl_args): Handle friends defined in the class just like member functions defined in the class.
* pt.c (check_default_tmpl_args): Handle friends defined in the
	class just like member functions defined in the class.

From-SVN: r28097
1999-07-14 10:57:21 +00:00
Richard Henderson
7e7b6c1995 regclass.c (scan_one_insn): Notice subregs that change the size of their operand.
�
        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

From-SVN: r28096
1999-07-13 19:00:10 -06:00
Richard Henderson
cf353617dc regclass.c (scan_one_insn): Notice subregs that change the size of their operand.
�
        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

[[Split portion of a mixed commit.]]

From-SVN: r28094.2
1999-07-13 19:00:02 -06:00
Jeff Law
3d8f399108 Daily bump.
From-SVN: r28092
1999-07-13 18:45:46 -06:00
Jeffrey A Law
e345693aad configure.in (alpha*-*-*): Include alpha/t-ieee.
* configure.in (alpha*-*-*): Include alpha/t-ieee.
        * configure: Rebuilt.
        * alpha/t-ieee: New file.

From-SVN: r28090
1999-07-13 18:43:06 -06:00
Tom Tromey
f160279bf8 test.exp: New file.
* libjava.lang/test.exp: New file.
	* libjava.lang/err9.out: New file.
	* libjava.lang/err9.java: New file.
	* libjava.lang/err8.out: New file.
	* libjava.lang/err8.java: New file.
	* libjava.lang/err7.out: New file.
	* libjava.lang/err7.java: New file.
	* libjava.lang/err6.out: New file.
	* libjava.lang/err6.java: New file.
	* libjava.lang/err5.out: New file.
	* libjava.lang/err5.java: New file.
	* libjava.lang/err4.out: New file.
	* libjava.lang/err4.java: New file.
	* libjava.lang/err3.out: New file.
	* libjava.lang/err3.java: New file.
	* libjava.lang/err2.out: New file.
	* libjava.lang/err2.java: New file.
	* libjava.lang/err13.out: New file.
	* libjava.lang/err13.java: New file.
	* libjava.lang/err12.out: New file.
	* libjava.lang/err12.java: New file.
	* libjava.lang/err11.out: New file.
	* libjava.lang/err11.java: New file.
	* libjava.lang/err10.out: New file.
	* libjava.lang/err10.java: New file.
	* libjava.lang/err1.out: New file.
	* libjava.lang/err1.java: New file.
	* libjava.lang/N19990310_5.out: New file.
	* libjava.lang/N19990310_5.java: New file.
	* libjava.lang/N19990310_4.out: New file.
	* libjava.lang/N19990310_4.java: New file.
	* libjava.lang/N19990310_3.out: New file.
	* libjava.lang/N19990310_3.java: New file.
	* libjava.lang/N19990310_02.out: New file.
	* libjava.lang/N19990310_02.java: New file.
	* libjava.lang/G19990303_02.out: New file.
	* libjava.lang/G19990303_02.java: New file.
	* libjava.lang/G19990303_01.out: New file.
	* libjava.lang/G19990303_01.java: New file.
	* libjava.lang/G19990302_02.out: New file.
	* libjava.lang/G19990302_02.java: New file.
	* libjava.lang/G19990301_01.out: New file.
	* libjava.lang/G19990301_01.java: New file.
	* libjava.compile/N19990317.java: New file.
	* libjava.compile/N19990310_01.java: New file.
	* libjava.compile/G19990225_01.java: New file.
	* libjava.compile/G19990217_02.java: New file.
	* libjava.compile/G19990217_01.java: New file.
	* libjava.compile/G19990210_3.java: New file.
	* libjava.compile/G19990210_2.java: New file.
	* libjava.compile/G19990210_1.java: New file.

From-SVN: r28087
1999-07-13 16:20:44 +00:00
Alexandre Oliva
e65132c873 * template5.C: New test.
From-SVN: r28086
1999-07-13 10:53:00 +00:00
Alexandre Oliva
4627c0f9a0 * template4.C: New test.
From-SVN: r28085
1999-07-13 10:39:58 +00:00
Jeffrey A Law
02441cd6c6 rs6000.c (find_addr_reg): Do not select r0 as an address register.
* rs6000.c (find_addr_reg): Do not select r0 as an address
        register.

From-SVN: r28084
1999-07-13 03:48:04 -06:00
Alexandre Oliva
ac6fed4fd4 * expr1.C: New test.
From-SVN: r28082
1999-07-13 02:42:39 +00:00
Alexandre Oliva
9585b77545 * partspec1.C: New test.
From-SVN: r28081
1999-07-13 02:37:16 +00:00
Jeff Law
a7bfda248d Daily bump.
From-SVN: r28079
1999-07-12 18:45:14 -06:00
Philippe De Muyter
cac1ea546a x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
�
        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

From-SVN: r28078
1999-07-12 17:49:33 -06:00
Philippe De Muyter
86f5dfc891 x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
8
        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

[[Split portion of a mixed commit.]]

From-SVN: r28077.2
1999-07-12 17:49:28 -06:00
Jeffrey A Law
22e228e761 * rs6000.md (movsf): Do not force easy FP constants into memory.
From-SVN: r28075
1999-07-12 16:44:28 -06:00
Jeff Law
7f401c745e Duh. INTVAL only wants the rtx, not an operand #.
From-SVN: r28072
1999-07-12 14:20:10 -06:00
Jason Merrill
8f1824d91b * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
From-SVN: r28071
1999-07-12 14:20:41 -04:00
Jeff Law
3ea744b25b * expr.c (expand_expr): Fix thinko in last change.
From-SVN: r28069
1999-07-12 11:25:20 -06:00
Jeff Law
ae2591ab41 Remove redundant definition of constant_part that slipped through.
From-SVN: r28067
1999-07-12 07:35:07 -06:00
Jeffrey A Law
cbbc503edd expr.c (expand_expr, [...]): Pass constants through immed_double_const to ensure they are properly truncated...
* expr.c (expand_expr, case PLUS_EXPR): Pass constants through
        immed_double_const to ensure they are properly truncated then
        sign extended.

From-SVN: r28066
1999-07-12 07:30:40 -06:00
Tom Tromey
d4a8b6a2f3 mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.
* java/lang/mprec.h: Protect definition of uint32_t with #ifndef
	_UINT32_T.

From-SVN: r28065
1999-07-12 09:40:07 +00:00
Vladimir Makarov
115b4dd3a2 thumb.c (thumb_reorg): Call replace_symbols_in_block always unless NO_DEBUG is used.
Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
	* config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
 	always unless NO_DEBUG is used.  Compile this code
 	unconditionally.
	(replace_symbols_in_block): Compile it unconditionally.

From-SVN: r28063
1999-07-12 07:50:05 +00:00
Jeff Law
d2382ec54a Daily bump.
From-SVN: r28060
1999-07-11 18:45:12 -06:00