Commit Graph

22554 Commits

Author SHA1 Message Date
Jeff Law c25e0aea7f inclhack.def (limits_ifndefs): Also apply to sys/limits.h
�
        * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
        * fixinc/fixincl.x: Regenerated.
        * fixinc/inclhack.sh: Regenerated.

From-SVN: r27337
1999-06-03 17:06:24 -06:00
Warren Levy a259a24846 [multiple changes]
1999-06-02  Warren Levy  <warrenl@cygnus.com>
	* java/net/URL.java (URL(URL,String)): Initialize port to -1.
	Ignore context if spec is an absolute URL.  Fix braindead
	string comparison.
	(hashCode): Use JDK 1.2 style algorithm.
	* java/net/URLStreamHandler.java (parseURL): Reimplement to handle
	context URL properly.
1999-05-30  Anthony Green  <green@cygnus.com>
	* java/net/URLStreamHandler.java (parseURL): Parse relative URLs
	correctly.  Clean up "/../" and "/./" path fragments.

From-SVN: r27334
1999-06-03 22:29:12 +00:00
J"orn Rennecke 4d070fd3cd Fix pcrel too far problems due to upping CACHE_LOG on SH2:
* sh.c (barrier_align): Don't return early for normal branch/barrier
        when optimizing for SH2.

From-SVN: r27333
1999-06-03 22:48:04 +01:00
Robert Lipe 4365b90634 udk.h (LINK_SPEC): Correct linker search path for system libraries.
P
        * i386/udk.h (LINK_SPEC): Correct linker search path for
        system libraries.

From-SVN: r27331
1999-06-03 15:27:41 -06:00
Robert Lipe 4e560f909d udk.h (LINK_SPEC): Correct linker search path for system libraries.
�
        * i386/udk.h (LINK_SPEC): Correct linker search path for
        system libraries.

From-SVN: r27330
1999-06-03 15:27:38 -06:00
J"orn Rennecke eb3881bf7d sh.c (fixup_addr_diff_vecs): Emit braf reference label.
* sh.c (fixup_addr_diff_vecs): Emit braf reference label.
	(braf_label_ref_operand): Delete.
	* sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
	* sh.md (casesi_jump_2): Operand1 is now the inside of a
	label_ref, and has no predicate.
	The patten has a predicate to guard against invalid substitutions.
	(dummy_jump): Delete.
	(casesi): Update use of casesi_jump_2.

From-SVN: r27329
1999-06-03 21:00:16 +01:00
Mark Mitchell b89c5a7b53 decl.c (grokdeclarator): Don't treat arbitrary types as unsigned just because flag_signed_bitfields is false.
* decl.c (grokdeclarator): Don't treat arbitrary types as unsigned
	just because flag_signed_bitfields is false.

From-SVN: r27328
1999-06-03 10:07:18 +00:00
Bruce Korb 5403593a44 Io_Def_Quotes): corrected sed expression
From-SVN: r27327
1999-06-03 07:56:01 +00:00
Nathan Sidwell b4f70b3d42 semantics.c (begin_class_definition): Update the struct's location here ...
* semantics.c (begin_class_definition): Update the struct's
	location here ...
	* class.c (finish_struct): ... rather than here.
	* decl.c (make_typename_type): Don't rely on uninitialized
	variable.

From-SVN: r27326
1999-06-03 07:16:15 +00:00
Jason Merrill 8a8c36562f dwarf2out.c (add_incomplete_type): New fn.
* dwarf2out.c (add_incomplete_type): New fn.
	(gen_struct_or_union_type_die): Call it.
	(retry_incomplete_types): New fn.
	(dwarf2out_finish): Call it.

From-SVN: r27325
1999-06-02 22:31:22 -04:00
Jeff Law ec1f6a38ef Daily bump.
From-SVN: r27322
1999-06-02 18:45:02 -06:00
Jeff Law b1d26727ac gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and...
�
        * gcse.c (insert_insn_end_bb): Correct placement of insns when the
        current block starts with a CODE_LABEL and ends with a CALL and
        we can not find all the argument setup instructions for the CALL.

From-SVN: r27321
1999-06-02 18:19:42 -06:00
Jeff Law cd5828a94e gcse.c (insert_insn_end_bb): Correct placement of insns when the current block starts with a CODE_LABEL and...
�
        * gcse.c (insert_insn_end_bb): Correct placement of insns when the
        current block starts with a CODE_LABEL and ends with a CALL and
        we can not find all the argument setup instructions for the CALL.

From-SVN: r27320
1999-06-02 18:19:36 -06:00
Mark Mitchell 9c922ec705 Revert this change:
* fold-const.c (fold): STRIP_NOPS when deciding whether or not
	something is a candidate for optimize_bit_field_compare.

From-SVN: r27318
1999-06-02 15:42:19 +00:00
J"orn Rennecke 679dcddbfc * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
From-SVN: r27317
1999-06-02 14:56:21 +01:00
Richard Henderson c04635cceb alpha.c (override_options): Thinko in last patch.
* alpha.c (override_options): Thinko in last patch.
        * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
        (LIB_SPEC): Recognize -pthread.

From-SVN: r27316
1999-06-02 05:31:27 -07:00
Anthony Green 99fd3aa538 [multiple changes]
Wed Jun  2 10:44:38 1999  Anthony Green  <green@cygnus.com>
	* except.c (link_handler): Chain exception handlers in order.
Wed Jun  2 10:41:24 1999  Anthony Green  <green@cygnus.com>
	* expr.c (expand_byte_code): Fill unreachable bytecode regions
 	with nops and process as usual in order to always set correct EH
 	ranges.  Emit detailed warnings about unreachable bytecodes.
Wed Jun  2 10:35:13 1999  Anthony Green  <green@cygnus.com>
	* class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
 	constant.
(From egcs posted patches.)

From-SVN: r27314
1999-06-02 04:00:44 -07:00
Nick Clifton c237e58627 Synchronise definitions of USER_LABEL_PREFIX
From-SVN: r27313
1999-06-02 08:46:55 +00:00
Bruce Korb bb78620135 Remove references to setenv/putenv
From-SVN: r27312
1999-06-02 07:08:54 +00:00
Jeffrey A Law 079bd08eb2 README, [...]: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed.
* README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
        and version #s (1.1 -> 2.96) as needed.
        * README.g77: Kill way out of date file in the toplevel directory.
Part of the ongoing conversion to the one true gcc.

From-SVN: r27308
1999-06-01 19:37:08 -06:00
Jeff Law 32a57b705e Daily bump.
From-SVN: r27307
1999-06-01 18:45:32 -06:00
David O'Brien d0550c9b30 configure.in (i[34567]86-*-freebsdelf): Don't include linux.h, i386/freebsd-elf.h no longer requires it.
* configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
        i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
        * configure: Rebuilt.
        * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
        (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
        (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
        (SWITCH_TAKES_ARG): Likewise.
        * i386/freebsd.h: Remove FREEBSD_NATIVE support.
        * config/t-freebsd: Moved from config/i386/ so it can used for all
        FreeBSD targets.

From-SVN: r27305
1999-06-01 18:08:20 -06:00
Philippe De Muyter 2f9929812a acconfig.h (libintl.h): Does not include this file here because it will define `NULL' before the system...
Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
	* acconfig.h (libintl.h): Does not include this file here because
	it will define `NULL' before the system files have got any chance
	to define it.
	* intl/explodename.c (stdlib.h): Include this file only if we have it.

From-SVN: r27300
1999-06-01 17:52:42 -06:00
Philippe De Muyter 187fd69573 x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
8
        * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.

From-SVN: r27299
1999-06-01 17:43:50 -06:00
Philippe De Muyter 332f27afcf x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
�
        * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.

From-SVN: r27298
1999-06-01 17:43:44 -06:00
Robert Lipe 73f3aa96d2 bastring.h (class basic_string:Rep): Encode xlock opcode as .bytes instead of mnemonics.
Wed Jun  2 00:21:54 1999  Robert Lipe  <robertlipe@usa.net>
        * std/bastring.h (class basic_string:Rep): Encode xlock opcode
        as .bytes instead of mnemonics.

From-SVN: r27295
1999-06-01 17:27:14 -06:00
Eric Raskin a310f94892 * configure.in: Added DG/UX target fragment
From-SVN: r27294
1999-06-01 17:25:17 -06:00
Robert Lipe fd9c643fc0 configure.in (i[34567]86-*-udk*): Install headers with cpio.
Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
        * configure.in (i[34567]86-*-udk*): Install headers with cpio.
        * configure: Rebuilt.

From-SVN: r27291
1999-06-01 17:14:24 -06:00
Gabriel Dos Reis 40defcb7aa Added my name to the list, test for write access.
From-SVN: r27289
1999-06-01 17:17:25 +00:00
David Edelsohn 949ea3566a aix41.h (RS6000_CALL_GLUE): Define.
* rs6000/aix41.h (RS6000_CALL_GLUE): Define.
	* rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
	* rs6000/rs6000.c (rs6000_file_start): Use putc.
	(rs6000_output_load_toc_table): Same.
	(output_prolog, output_mi_thunk): Same.
	* rs6000/rs6000.h (SELECT_SECTION): Formatting.
	(ASM_GLOBALIZE_LABEL): Use putc.

From-SVN: r27287
1999-06-01 12:12:21 -04:00
Jeff Law 80ee53c1d3 Daily bump.
From-SVN: r27286
1999-05-31 18:45:39 -06:00
Richard Henderson e221c18347 alpha.md (reload_*_help): New patterns and splitters.
* alpha.md (reload_*_help): New patterns and splitters.
        (reload_*): Use them.
        (mov[qh]i): Likewise.

From-SVN: r27283
1999-05-31 08:29:17 -07:00
Jeffrey A Law efa90f05af jump.c (jump_optimize_1): Only set CAN_REACH_END if calculate_can_reach_end returns nonzero.
* jump.c (jump_optimize_1): Only set CAN_REACH_END if
        calculate_can_reach_end returns nonzero.

From-SVN: r27281
1999-05-31 07:34:55 -06:00
Mark Mitchell 2f0a2a5b4a cccp.c (handle_directive): Handle backslash-newlines in quoted strings correctly.
* cccp.c (handle_directive): Handle backslash-newlines in quoted
        strings correctly.

From-SVN: r27279
1999-05-31 11:44:46 +00:00
Cort Dougan 305423e8d8 * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
From-SVN: r27278
1999-05-31 02:39:09 -07:00
John Wehle e4b8a413b1 flow.c (mark_regs_live_at_end, [...]): Only give FRAME_POINTER_REGNUM and HARD_FRAME_POINTER_REGNUM special treatment...
* flow.c (mark_regs_live_at_end, insn_dead_p,
	mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
	and HARD_FRAME_POINTER_REGNUM special treatment if reload
	hasn't run or the frame pointer is needed.
	* haifa-sched.c (attach_deaths): Likewise.
	* sched.c (attach_deaths): Likewise.

From-SVN: r27276
1999-05-31 08:43:04 +00:00
Kaveh R. Ghazi b2d352ba5a * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
From-SVN: r27274
1999-05-31 06:39:48 +00:00
Jeffrey A Law 5505263f7f tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
* tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
Forgot to commit.

From-SVN: r27273
1999-05-30 20:56:40 -06:00
Jeffrey A Law 779243f720 configure.in (native gas tests): Search for an assembler in the same manner that the installed compiler will.
* configure.in (native gas tests): Search for an assembler in the
        same manner that the installed compiler will.
        * configure: Rebuilt.

From-SVN: r27269
1999-05-30 20:22:12 -06:00
Jeff Law f4d9222d03 Daily bump.
From-SVN: r27267
1999-05-30 18:45:32 -06:00
Mark Mitchell e73acc3110 tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather than messing with current_obstack...
* tree.c (build_cplus_array_type_1): Use push_obstacks_nochange
	and friends rather than messing with current_obstack directly.
	(cp_build_qualified_type_real): Rework ARRAY_TYPE
	allocation to match practice throughout the rest of the
	compiler.

From-SVN: r27265
1999-05-31 00:27:55 +00:00
Mark Mitchell db3626d11f tree.c (cp_build_qualified_type_real): Rework ARRAY_TYPE allocation to match practice throughout the rest of the compiler.
* tree.c (cp_build_qualified_type_real): Rework ARRAY_TYPE
	allocation to match practice throughout the rest of the
	compiler.

From-SVN: r27264
1999-05-31 00:25:56 +00:00
Jeffrey A Law 3c567fae5d alias.c (find_base_term): Improve handling of addresses constructed from binary operations.
* alias.c (find_base_term): Improve handling of addresses
        constructed from binary operations.

From-SVN: r27263
1999-05-30 17:51:39 -06:00
Jeffrey A Law 71fb005652 * gcc.c-torture/execute/990531-1.c: New test.
From-SVN: r27261
1999-05-30 17:40:07 -06:00
Mark Mitchell 6f0ef2f4db Fix test; original version was not the intended one.
From-SVN: r27260
1999-05-30 21:55:38 +00:00
Mark Mitchell f6a7cfd28d lex.c (make_lang_type): Create TYPE_BINFO for TEMPLATE_TYPE_PARMs just like for non-template types.
* lex.c (make_lang_type): Create TYPE_BINFO for
	TEMPLATE_TYPE_PARMs just like for non-template types.

From-SVN: r27259
1999-05-30 21:50:51 +00:00
Mark Mitchell fcd3f0bc88 lex.c (make_lang_type): Create TYPE_BINFO for TEMPLATE_TYPE_PARMs just like for non-template types.
* lex.c (make_lang_type): Create TYPE_BINFO for
	TEMPLATE_TYPE_PARMs just like for non-template types.

[[Split portion of a mixed commit.]]

From-SVN: r27258.2
1999-05-30 21:50:49 +00:00
Craig Burley 5d5139f54a code, docs
[[Split portion of a mixed commit.]]

From-SVN: r27257.2
1999-05-30 14:09:07 -04:00
Richard Henderson 515cdc66c0 * config.guess, config.sub: Use toplevel file.
From-SVN: r27256
1999-05-30 09:14:07 -07:00
Cort Dougan 26d088fa91 Cort Dougan <cort@cs.nmt.edu>
Cort Dougan  <cort@cs.nmt.edu>
        * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.

From-SVN: r27254
1999-05-30 09:05:07 -07:00