Commit Graph

22779 Commits

Author SHA1 Message Date
Gavin Romig-Koch
835f9b4dad For gcc:
* c-decl.c (widest_integer_literal_type_node,
	widest_unsigned_literal_type) : New.
	(init_decl_processing): Handle/use the two new types.
	* c-common.c (type_for_size,type_for_mode) : Same.
	* c-lex.c (yylex) : Same.
	* c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
	Same.
	* c-tree.h (widest_integer_literal_type_node,
	widest_unsigned_literal_type) : New.
For gcc/cp:
	* cp-tree.h (widest_integer_literal_type_node,
	widest_unsigned_literal_type) : New.
	* decl.c (widest_integer_literal_type_node,
	widest_unsigned_literal_type) : New.
	(init_decl_processing): Handle/use the two new types.
	* lex.c (real_yylex): Same.
	* typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
	Same.

From-SVN: r27923
1999-07-02 10:30:01 +00:00
Warren Levy
e75a9d7719 PlainDatagramSocketImpl.java (ttl): Removed.
* java/net/PlainDatagramSocketImpl.java (ttl): Removed.
	* java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Implemented.
	(getTimeToLive): Implemented.
	(setOption): Implemented IP_MULTICAST_IF.

From-SVN: r27922
1999-07-02 04:25:05 +00:00
Jeffrey A Law
84d5945325 dwarfout.c (field_byte_offset): Correctly compute the object's byte offset for the first bit of a field which...
* dwarfout.c (field_byte_offset): Correctly compute the object's
        byte offset for the first bit of a field which crosses an alignment
        boundary on a !BYTES_BIG_ENDIAN target.

From-SVN: r27921
1999-07-01 20:07:28 -06:00
Jeff Law
92080f30a2 Daily bump.
From-SVN: r27918
1999-07-01 18:45:06 -06:00
Robert Lipe
a23fbf72c7 fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.
P
        * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
        ntohs.

From-SVN: r27915
1999-07-01 18:39:28 -06:00
Robert Lipe
37f7ba0a1c fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.
�
        * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
        ntohs.

From-SVN: r27914
1999-07-01 18:39:23 -06:00
Richard Henderson
262b846df7 varargs.h (va_dcl): Use word_mode for type of __builtin_va_list.
* ginclude/varargs.h (va_dcl): Use word_mode for type of
        __builtin_va_list.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>

From-SVN: r27911
1999-07-01 18:23:59 -06:00
Richard Henderson
9a2cab6e2b except.c: Include intl.h.
X
        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27909
1999-07-01 17:53:00 -06:00
Richard Henderson
2b12ffe08d except.c: Include intl.h.
�
        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27908
1999-07-01 17:52:55 -06:00
Richard Henderson
88250fae5a except.c: Include intl.h.
�
        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27907
1999-07-01 17:52:51 -06:00
Alexandre Oliva
c27c54b244 ns1.C: Typo.
* ns1.C: Typo.
* ns2.C: New test.

From-SVN: r27903
1999-07-01 23:48:10 +00:00
Alexandre Oliva
922c7c56f1 * ns1.C: New test.
From-SVN: r27902
1999-07-01 23:09:12 +00:00
Alexandre Oliva
7a3f50eda1 * template2.C: New test.
From-SVN: r27901
1999-07-01 22:13:36 +00:00
Alexandre Oliva
db7d1c7160 * ns1.C: New test.
From-SVN: r27900
1999-07-01 21:36:54 +00:00
David Edelsohn
69f51a211a rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the same as offsettable in cases 1 and 2.
* rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
        same as offsettable in cases 1 and 2.

From-SVN: r27898
1999-07-01 17:11:20 -04:00
Richard Henderson
786d609233 alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
* alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
        (extlh, extwh): Likewise.

From-SVN: r27897
1999-07-01 13:54:41 -07:00
Bryce McKinlay
659c26fc49 String.java (toString): Check for this == null and throw NullPointerException.
1999-07-01  Bryce McKinlay  <bryce@albatross.co.nz>
        * java/lang/String.java (toString): Check for this == null and throw
        NullPointerException.

From-SVN: r27895
1999-07-01 20:58:04 +01:00
Warren Levy
cb1902adbf [multiple changes]
1999-07-01  Warren Levy  <warrenl@cygnus.com>
	* gnu/gcj/convert/BytesToUnicode.java (read): Changed outlength
	to count and revised comments to match.
	* gnu/gcj/convert/Input_EUCJIS.java (read): Same as Input_8859_1.java.
	* gnu/gcj/convert/Input_JavaSrc.java (read): ditto.
	* gnu/gcj/convert/Input_SJIS.java (read): ditto.
	* gnu/gcj/convert/Input_UTF8.java (read): ditto.
	* gnu/gcj/convert/natInput_EUCJIS.cc (read): ditto.
	* gnu/gcj/convert/natInput_SJIS.cc (read): ditto.
1999-07-01  John-Marc Chandonia  <jmc@cmpharm.ucsf.edu>
	* gnu/gcj/convert/Input_8859_1.java (read): Use 3rd parameter
	properly as count rather than outlength.
	* java/io/BufferedOutputStream.java (write(byte[],int,int): Flush
	output on overflow rather than buffer fill.
	* java/io/BufferedReader.java (fill): Don't clear out the buffer
	if markPos is 0 and there is still room in the buffer.

From-SVN: r27892
1999-07-01 17:01:00 +00:00
Mark Mitchell
b537d12084 decl.c (grokdeclarator): Don't give names "for linkage purposes" to anonymous cv-qualified types.
* decl.c (grokdeclarator): Don't give names "for linkage purposes"
	to anonymous cv-qualified types.

From-SVN: r27891
1999-07-01 16:36:59 +00:00
Anthony Green
c05fb06e32 mauve.exp: Don't stop counting test results prematurely.
* libjava.mauve/mauve.exp: Don't stop counting test results
        prematurely.

From-SVN: r27890
1999-07-01 16:32:32 +00:00
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