Commit Graph

198 Commits

Author SHA1 Message Date
Didier FORT
7f3feeea20 fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS.
* fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS.

From-SVN: r23100
1998-10-14 16:29:16 -06:00
Jeff Law
f5963e6170 * Check in merge from gcc2. See ChangeLog.12 for details.
From-SVN: r19553
1998-05-05 17:18:02 -06:00
K. Richard Pixley
9aeba741d9 fixincludes: discard empty C++ comments, as found in sys/time.h on hpux-11.0.
* fixincludes: discard empty C++ comments, as found in sys/time.h
        on hpux-11.0.

From-SVN: r19221
1998-04-15 03:17:24 -06:00
Jeff Law
e5e809f419 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
for details.

        * haifa-sched.c: Mirror recent changes from gcc2.

From-SVN: r18984
1998-04-04 06:32:39 -07:00
Manfred Hollstein
a26fd1652b fixincludes (limits.h): Fix nested comments in Motorola's limits.h and sys/limits.h.
8
	* fixincludes (limits.h): Fix nested comments in Motorola's
	limits.h and sys/limits.h.

From-SVN: r18923
1998-03-31 22:35:25 +00:00
Manfred Hollstein
7a79083780 Makefile.in (stmp-fixinc): If we're actually fixing include files...
a
	* Makefile.in (stmp-fixinc): If we're actually fixing include
	files, copy gcc's assert.h into the fixed include dir.
	* fixincludes (assert.h): Avoid any attempts to fix a probably
	broken system specific assert.h file.
	* fixproto (stdlib.h): Make sure, it'll contain a definition of
	size_t.

From-SVN: r18852
1998-03-27 00:01:08 +00:00
Todd Vierling
e95f01957f * fixincludes: Tweak fix for struct exception in math.h
From-SVN: r17513
1998-01-27 14:16:28 -07:00
Manfred Hollstein
ade7386a03 fixincludes (size_t): Add support for Motorola's stdlib.h which fails to provide a definition for size_t.
* fixincludes (size_t): Add support for Motorola's stdlib.h
        which fails to provide a definition for size_t.
        (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3.
        (strlen,strspn,strcspn return value): Handle different layout on sysV88.
        (hypot): Provide a fake for hypot for m88k-motorola-sysv3.
Fixes from Manfred.

From-SVN: r17120
1997-12-16 15:51:00 -07:00
Manfred Hollstein
7567d496ec fixincludes (str{len,spn,cspn} return value): Handle different layout on sysV88.
* fixincludes (str{len,spn,cspn} return value): Handle different
        layout on sysV88.
        (hypot): Provide a fake for hypot which is broken on
        m88k-motorola-sysv3.

From-SVN: r17062
1997-12-11 23:53:30 -07:00
Brendan Kehoe
9bb5394eca fixincludes: Be a little more restrictive on what we will substitute to replace definitions...
* fixincludes: Be a little more restrictive on what we will
        substitute to replace definitions of MAXINT for HPUX.

From-SVN: r16480
1997-11-13 19:13:03 -07:00
Jeffrey A Law
3ed18aebe9 * fixincludes: Fix "hypot" prototype in NeXT math.h.
From-SVN: r16338
1997-11-04 20:09:18 -07:00
Jeff Law
e9a25f70a0 Update mainline egcs to gcc2 snapshot 971021.
From-SVN: r16278
1997-11-02 14:19:36 -07:00
Paul N. Hilfinger
a94729bc72 fixincludes: Permits spaces between # and define.
* fixincludes: Permits spaces between # and define.  Discard C++
        comments in sys/pci.h on HP/UX 10.20.

From-SVN: r15034
1997-09-02 12:38:30 -06:00
Brendan Kehoe
171e10fe63 * fixincludes: Also fix AIX NULL macro in sys/{dir,param,types}.h.
From-SVN: r14243
1997-06-13 19:35:55 -04:00
Brendan Kehoe
6313a654f7 * fixincludes: Fix AIX NULL macro use of void*.
From-SVN: r14144
1997-06-03 19:19:01 -04:00
Jim Wilson
09817d8cf8 (sys/lc_core.h): Fix OSF1/4.x namespace pollution.
From-SVN: r13932
1997-04-18 15:25:17 -07:00
Ian Lance Taylor
26a20dde93 Remove more cases of __const__ from math.h for NeXT
From-SVN: r13680
1997-02-27 17:12:40 +00:00
Brendan Kehoe
e08cb549c8 * fixincludes: Fix need of prototypes for C++ in rpc/xdr.h on SunOS4.
From-SVN: r13676
1997-02-24 18:29:09 -05:00
Jeff Law
2aecf81da9 fixincludes: Fix incorrect forward structure declaration in sys/time.h on hpux10.20.
* fixincludes: Fix incorrect forward structure declaration in
        sys/time.h on hpux10.20.

From-SVN: r13555
1997-01-27 08:59:05 -07:00
Ian Lance Taylor
58cf6a1630 Include <stdio.h> unconditionally in <assert.h> if stderr is needed
From-SVN: r13212
1996-11-21 19:29:37 +00:00
Ian Lance Taylor
085540da9c Hack around HP/UX 10.20 sed bug
From-SVN: r12891
1996-10-02 21:30:23 +00:00
Ian Lance Taylor
ded732a0b7 Redefine exception in math.h
From-SVN: r12881
1996-09-30 21:19:11 +00:00
Ian Lance Taylor
86944ea41d Add extern "C" to <sys/mman.h> on HP/UX.
From-SVN: r12872
1996-09-30 17:21:03 +00:00
Richard Kenner
2dbb8078bf Insert newlines just before end of 'sed' command strings if last 'sed'
command is 'a' or 'i'.

From-SVN: r12830
1996-09-24 08:00:06 -04:00
Ian Lance Taylor
c7c27cd3e2 Remove duplicate volatile from sig_atomic_t in AIX sys/signal.h
From-SVN: r12636
1996-08-13 22:30:02 +00:00
Per Bothner
b3ea4fcad1 fixincludes: When running find...
* fixincludes:  When running find, add "/." to directory name
to force expanding symlinks to directories.

From-SVN: r12211
1996-06-07 00:32:54 -07:00
Jim Wilson
5169bda71d (pthread.h): Add extern to __page_size* declarations
for AIX 4.1.x.

From-SVN: r12080
1996-05-22 14:49:25 -07:00
Ian Lance Taylor
34f1bdc720 Fix undefined VOIDFUNCPTR in VxWorks 5.2 <time.h>
From-SVN: r11802
1996-04-15 21:39:45 +00:00
Ian Lance Taylor
cf0a001cb1 Fix signal prototype on SunOS to avoid C++ pedantic error
From-SVN: r11652
1996-04-01 22:00:44 +00:00
Richard Kenner
973fa6914f (sys/param.h): Fix c89 __asm statements.
From-SVN: r11475
1996-03-05 18:37:33 -05:00
Richard Kenner
f639f6b6ff (rpc/types.h): Remove spurios "ls" command.
From-SVN: r11278
1996-02-15 08:27:48 -05:00
Richard Kenner
f0f50f84de (memory.h): Fix it also on sysV68.
From-SVN: r11270
1996-02-13 18:26:57 -05:00
Doug Evans
ffc1e7b2e9 * fixincludes: Wrap rpc/types.h in extern "C", for osf2.0.
From-SVN: r10961
1996-01-11 16:28:49 +00:00
Richard Kenner
ce805568cf (stdio.h): Fix return type of fread and fwrite on sysV68.
From-SVN: r10777
1995-12-16 07:03:25 -05:00
Richard Kenner
f8e7d8e7c7 (sys/wait.h): Add forward declaration of struct rusage on AIX 3.2.5.
From-SVN: r10739
1995-12-15 18:41:43 -05:00
Richard Kenner
897746d889 (curses.h): Allow space or tab after bool keyword, instead of tab or tab.
From-SVN: r10596
1995-11-26 14:22:56 -05:00
Richard Kenner
9cd03bddfc (malloc.h): Fix return type of {m,re}alloc.
From-SVN: r10557
1995-11-05 11:05:35 -05:00
Richard Kenner
c3647fe082 (stdlib.h): Be more general in edit to change declaration of
{c,m,re}alloc.

From-SVN: r10477
1995-10-19 18:56:08 -04:00
Richard Kenner
76af0b138e Fix HP/UX <sys/file.h> for g++ -pedantic-errors.
From-SVN: r10327
1995-09-12 13:55:04 -04:00
Richard Kenner
5f01b2d515 (curses.h): typedef bool need not take up entire line.
From-SVN: r10321
1995-09-12 12:42:15 -04:00
Ian Lance Taylor
d6b3cb1071 Avoid clobbering VxWorks drv/netif/if_med.h file
From-SVN: r10209
1995-07-31 18:33:04 +00:00
Richard Kenner
586c54377c (string.h): Fix return value for mem{ccpy,chr,cpy,set} and
str{len,spn,cspn} on sysV68.

From-SVN: r10054
1995-06-26 18:52:27 -04:00
Richard Kenner
99934aedca Don't define wchar_t under C++.
From-SVN: r10014
1995-06-19 18:34:46 -04:00
Richard Kenner
ee3ac81d77 (math.h): Keep declaration of abs on HPUX.
From-SVN: r9924
1995-06-11 13:38:42 -04:00
Richard Kenner
73b73053ff Fix bogus recursive <stdlib.h> in NEWS-OS 4.0C.
From-SVN: r9825
1995-05-26 17:01:15 -04:00
Richard Kenner
d4df2ea57a Allow white space between #' and if' when looking for lines to
patch.

From-SVN: r9823
1995-05-25 17:37:38 -04:00
Richard Kenner
863415d19b Add sel', tahoe', r3000', r4000' to the list of pre-ANSI symbols
that need to be surrounded with __ __.

From-SVN: r9822
1995-05-25 17:35:55 -04:00
Richard Kenner
e3124505ec (stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ to
_BSD_VA_LIST_.

From-SVN: r9295
1995-04-02 08:22:56 -04:00
Ian Lance Taylor
0323c17857 Fix `typedef struct term;' on hppa1.1-hp-hpux9.
From-SVN: r9156
1995-03-10 17:02:02 +00:00
Ian Lance Taylor
e571db9896 Patch some VxWorks header files
From-SVN: r9120
1995-03-03 17:10:48 +00:00