Alexandre Oliva
4fc90438e5
* new1.C: New test.
...
From-SVN: r27888
1999-07-01 16:10:14 +00:00
Alexandre Oliva
5f04b62707
* partord1.C: New test.
...
From-SVN: r27887
1999-07-01 16:08:07 +00:00
Alexandre Oliva
5ec024f064
copyright notice
...
From-SVN: r27886
1999-07-01 15:51:58 +00:00
Alexandre Oliva
e6d335d27e
* template1.C: New test.
...
From-SVN: r27885
1999-07-01 15:47:34 +00:00
Anthony Green
4cf6f930ea
Missed changelog entry
...
From-SVN: r27883
1999-07-01 15:36:58 +00:00
Anthony Green
10d86ac32b
mauve.exp: Don't stop counting test results just because the harness returns non 0 value.
...
* libjava.mauve/mauve.exp: Don't stop counting test results just
because the harness returns non 0 value.
From-SVN: r27882
1999-07-01 15:33:17 +00:00
Gavin Romig-Koch
611495e21b
lex.c (real_yylex): Change integer literal overflow handling to be like c-lex.c.
...
* lex.c (real_yylex) : Change integer literal overflow handling to
be like c-lex.c.
From-SVN: r27879
1999-07-01 11:22:17 +00:00
Andrew Haley
0d072f2298
i386-signal.h: Replace sigaction () with __sigaction ().
...
1999-07-01 Andrew Haley <aph@cygnus.com>
* include/i386-signal.h: Replace sigaction () with __sigaction ().
This is a workaround for a bug in glibc's pthreads package which
doesn't deliver any sigcontext information to a signal handler.
From-SVN: r27876
1999-07-01 10:30:58 +00:00
Gavin Romig-Koch
ed534bdd37
For gcc:
...
* c-lex.c (yylex): Improve 'integer constant out of range' messages.
For gcc/cp:
* lex.c (real_yylex): Improve 'integer constant out of range' messages.
From-SVN: r27873
1999-07-01 08:08:42 +00:00
Andrew Haley
ac8f5d48cb
class.c (finish_class): Whenever a deferred method is output...
...
1999-06-24 Andrew Haley <aph@cygnus.com>
* class.c (finish_class): Whenever a deferred method is
output, rescan the list of methods to see if a new candidate for
output can be found.
From-SVN: r27872
1999-07-01 06:03:28 +00:00
Nick Clifton
cb805c2ddf
Add support for arm-pe and thumb-pe
...
From-SVN: r27871
1999-07-01 01:18:36 +00:00
Mark Kettenis
5e13e04f6a
gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if -fPIC or -fpic is specified.
...
X
* config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
-fPIC or -fpic is specified.
From-SVN: r27868
1999-06-30 18:51:56 -06:00
Mark Kettenis
a071bd3542
gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if -fPIC or -fpic is specified.
...
�
* config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
-fPIC or -fpic is specified.
From-SVN: r27867
1999-06-30 18:51:51 -06:00
Jeff Law
b025f1f3f0
Daily bump.
...
From-SVN: r27866
1999-06-30 18:45:33 -06:00
Jeffrey A Law
f3dc586a42
expr.c (emit_block_move): Use copy_to_mode_reg for !TARGET_MEM_FUNCTIONS case too.
...
* expr.c (emit_block_move): Use copy_to_mode_reg for
!TARGET_MEM_FUNCTIONS case too.
From-SVN: r27862
1999-06-30 17:06:18 -06:00
Tom Tromey
70f7276781
Initial revision
...
From-SVN: r27855
1999-06-30 20:04:37 +00:00
Tom Tromey
56ba54b4c0
This commit was generated by cvs2svn to compensate for changes in r27853,
...
which included commits to RCS files with non-trunk default branches.
From-SVN: r27854
1999-06-30 13:05:33 +00:00
Alexandre Oliva
2fa39a0ec6
Makefile.am (.s.lo): Renamed from `.s.o'.
...
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.am (.s.lo): Renamed from `.s.o'.
* Makefile.in: Rebuilt.
From-SVN: r27850
1999-06-30 12:25:07 +00:00
Jeff Law
fe7bbd2ae6
Fix typos (missing commas) in last change
...
From-SVN: r27849
1999-06-30 01:02:03 -06:00
Jeffrey A Law
0d381b4757
configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as appropriate.
...
* configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
appropriate.
* configure: Rebuilt.
(hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
* pa.h: Include dbxelf.h. Delete various dbx/stabs related
definitions made redundant by dbxelf.h inclusion. Delete
lots of definitions related to assembly output that are
specific to the SOM object format.
* pa.c (output_function_prologue): Do not emit the function's
name for OBJ_ELF.
* pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
* pa-pro.h: Deleted.
* som.h: New file with SOM specific definitions.
* elf.h: New file with ELF specific definitions.
From-SVN: r27846
1999-06-30 00:11:46 -06:00
Jeffrey A Law
c7a159aa2f
elfos.h (const_section): Output a tab before assembler directives.
...
* elfos.h (const_section): Output a tab before assembler directives.
(ctors_section, dtors_section): Likewise.
(ASM_OUTPUT_SECTION_NAME): Likewise.
From-SVN: r27845
1999-06-29 23:58:43 -06:00
Jeffrey A Law
57220c8c71
* pa/pa1.h: Delete unused file.
...
From-SVN: r27844
1999-06-29 20:34:18 -06:00
Nick Clifton
d11e5e83f6
Test DLL attribute support.
...
From-SVN: r27843
1999-06-30 01:48:58 +00:00
Nick Clifton
58e1e5ad9a
Move proc gcc_target_object_format from ecos.exp to file-format.exp
...
From-SVN: r27842
1999-06-30 01:36:45 +00:00
Jeff Law
2e477ae806
Daily bump.
...
From-SVN: r27840
1999-06-29 18:45:06 -06:00
Jeffrey A Law
fab7be4f3a
configure.in (hppa*-hp-hpux11*): New configuration.
...
* configure.in (hppa*-hp-hpux11*): New configuration.
* configure: Rebuilt.
* pa/pa-hpux11.h: New file.
* pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
command line.
From-SVN: r27837
1999-06-28 23:12:05 -06:00
Hans-Peter Nilsson
5c2a352dcf
configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
...
8
* configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
From-SVN: r27836
1999-06-28 20:32:02 -06:00
Jeffrey A Law
be8b493b63
* mips.md (leasi, leadi): New patterns.
...
From-SVN: r27827
1999-06-28 20:01:08 -06:00
Jeff Law
35393415f4
Daily bump.
...
From-SVN: r27823
1999-06-28 18:46:04 -06:00
Jeff Law
4bc973aedd
expr.c (emit_block_move): Properly handle case where one of the block move arguments has a queued...
...
�
* expr.c (emit_block_move): Properly handle case where one of the
block move arguments has a queued increment or decrement.
(clear_storage): Similarly. Fix formatting goof.
From-SVN: r27822
1999-06-28 18:42:41 -06:00
Jeff Law
5dd2921918
expr.c (emit_block_move): Properly handle case where one of the block move arguments has a queued...
...
�
* expr.c (emit_block_move): Properly handle case where one of the
block move arguments has a queued increment or decrement.
(clear_storage): Similarly. Fix formatting goof.
From-SVN: r27821
1999-06-28 18:42:37 -06:00
Craig Burley
0ce1234e7b
Denote experimental version
...
From-SVN: r27818
1999-06-28 14:48:26 -04:00
Craig Burley
687794084f
Fix ICE involving -fno-f2c and COMPLEX intrinsic invocation
...
From-SVN: r27817
1999-06-28 14:43:48 -04:00
Craig Burley
245d977a8a
Update to Netlib version of 1999-06-28, doc fix
...
From-SVN: r27816
1999-06-28 14:38:42 -04:00
Tom Tromey
4198d73419
* jvspec.c (lang_specific_driver): Recognize --help.
...
From-SVN: r27814
1999-06-28 11:34:35 +00:00
Jeff Law
cfc2e87eae
Opps. Wrong file the first time.
...
From-SVN: r27813
1999-06-28 01:24:42 -06:00
Jeffrey A Law
da621fd225
* gcc.c-torture/execute/990628-1.c: New test.
...
From-SVN: r27812
1999-06-28 01:23:05 -06:00
David O'Brien
eca5590fb8
inclhack.def (stdio_va_list): This patch Removes a semicolon from the BSD VA_LIST replacement expression.
...
* fixinc/inclhack.def(stdio_va_list): This patch Removes a
semicolon from the BSD VA_LIST replacement expression.
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
* fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
now use the fixincl program.
From-SVN: r27811
1999-06-28 07:07:04 +00:00
Jeffrey A Law
44e3d967f7
m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA case.
...
* m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
case. Also make the PIC register call_used.
From-SVN: r27809
1999-06-27 23:13:02 -06:00
Jeffrey A Law
8945f887ed
m68k.h (FINALIZE_PIC): Delete.
...
* m68k.h (FINALIZE_PIC): Delete.
* m68k.c (finalize_pic): Delete.
From-SVN: r27807
1999-06-27 22:39:42 -06:00
Richard Henderson
9839cd6251
m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory.
...
P
* m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
to memory.
From-SVN: r27805
1999-06-27 22:23:36 -06:00
Richard Henderson
9f81f5231b
m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles to memory.
...
�
* m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
to memory.
From-SVN: r27804
1999-06-27 22:23:32 -06:00
Richard Henderson
dee6497db0
* decl.c (cp_finish_decl): Fix typo in cp_warning_at call.
...
From-SVN: r27798
1999-06-27 21:13:36 -06:00
David Edelsohn
c8e7fe5816
* expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
...
From-SVN: r27796
1999-06-27 21:09:43 -06:00
Jeff Law
8119eca6ff
Daily bump.
...
From-SVN: r27793
1999-06-27 18:45:04 -06:00
Jason Merrill
dcd08efc5f
error.c (dump_type_real): Handle TREE_LIST again.
...
* error.c (dump_type_real): Handle TREE_LIST again.
* typeck.c (comp_target_parms): Don't complain about
converting from () to (...) if !flag_strict_prototype.
* decl.c (grokdeclarator): Update the names of all variants when
de-anonymizing.
From-SVN: r27792
1999-06-27 20:13:17 -04:00
Richard Henderson
9da8a3ae97
* jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
...
From-SVN: r27788
1999-06-26 19:39:42 -07:00
Jeff Law
e2b2063128
Daily bump.
...
From-SVN: r27781
1999-06-26 18:45:32 -06:00
David Edelsohn
19087b1c32
* rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
...
From-SVN: r27779
1999-06-26 10:19:55 -04:00
Jeff Law
f0eafa79f6
Daily bump.
...
From-SVN: r27777
1999-06-25 18:45:04 -06:00