OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago(init_regset_vector): Make global; don't take basic block times # of pseduos
kenner [Mon, 14 Jul 1997 10:49:58 +0000 (10:49 +0000)]
(init_regset_vector): Make global; don't take basic block times # of pseduos
as argument.
(life_analysis): Change all init_regset_vector calls.
Use free_regset_vector to release arrays only flow uses at end.
(allocate_for_life_analysis): Change init_regset_vector call.
Don't set regset_{size,bytes}.
(free_regset_vector): Call FREE_REG_SET to release any memory allocated
by each vector.
(propagate_block): Call FREE_REG_SET on dead/live.
(mark_used_regs): Don't use REGSET_ELT_TYPE anymore.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14422 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(*REG_SET): Delete old implementation; use bitmap.h.
kenner [Mon, 14 Jul 1997 10:49:30 +0000 (10:49 +0000)]
(*REG_SET): Delete old implementation; use bitmap.h.
(regset_{size,bytes}): Delete.
(regs_live_at_setjmp): Declare.
(EXECUTE_IF_SET_AND_RESET_IN_REG_SET): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14421 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoInitial revision
kenner [Mon, 14 Jul 1997 10:49:07 +0000 (10:49 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14420 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(OBJS): Add bitmap.o.
kenner [Mon, 14 Jul 1997 10:48:54 +0000 (10:48 +0000)]
(OBJS): Add bitmap.o.
(BASIC_BLOCK_H): New make variable for basic-block.h, bitmap.h.
({flow,combine,regclass,local-alloc,reload1,reorg,sched}.o): Use
BASIC_BLOCK_H variable instead of basic-block.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14419 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agox
merrill [Mon, 14 Jul 1997 07:12:36 +0000 (07:12 +0000)]
x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14418 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoFix typo in last edit.
kenner [Sun, 13 Jul 1997 19:12:29 +0000 (19:12 +0000)]
Fix typo in last edit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14417 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(stupid_mark_refs): If setting reg set only in this insn and not
kenner [Sun, 13 Jul 1997 19:11:06 +0000 (19:11 +0000)]
(stupid_mark_refs): If setting reg set only in this insn and not
referenced, make REG_UNUSED note.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14416 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(process_command): If -save-temps and -pipe were specified together,
kenner [Sun, 13 Jul 1997 18:03:18 +0000 (18:03 +0000)]
(process_command): If -save-temps and -pipe were specified together,
don't do -pipe.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14415 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * gcc.c (main): Handle blank in version_string when comparing
dje [Sun, 13 Jul 1997 16:21:56 +0000 (16:21 +0000)]
* gcc.c (main): Handle blank in version_string when comparing
with compiler_version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14414 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agox
merrill [Sat, 12 Jul 1997 09:08:45 +0000 (09:08 +0000)]
x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14413 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * mips.c (epilogue_reg_mentioned_p): Delete unused function.
law [Fri, 11 Jul 1997 15:48:51 +0000 (15:48 +0000)]
    * mips.c (epilogue_reg_mentioned_p): Delete unused function.
        (mips_epilogue_delay_slots): Likewise.
        (function_epilogue): Greatly simplify.
        (mips_expand_epilogue): If we have a null prologue/epilogue,
        then use a normal return insn.  Emit blockage insns before
        stack pointer adjustments.
        (mips_can_use_return_insn): Renamed from simple_epilogue_p.  All
        callers changed.  Do not use return insns if $31 is live in the
        function or if generating profiling information.
        * mips.h (DELAY_SLOTS_FOR_EPILOGUE): Delete.
        (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
        * mips.md (return): Remove expander and change the pattern to
        look like a standard "return" insn.
        (return_internal): Show use of $31 explictly.
        (epilogue expander): Enable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14412 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\authorrm): Must use \def instead of \let, as \secrm is not yet
karl [Thu, 10 Jul 1997 17:34:25 +0000 (17:34 +0000)]
(\authorrm): Must use \def instead of \let, as \secrm is not yet
defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14410 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(CC): Use autoconf value.
dje [Thu, 10 Jul 1997 17:07:44 +0000 (17:07 +0000)]
(CC): Use autoconf value.
(OLDAR_FLAGS): Move next to $(OLDAR).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14409 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(INO_T_EQ): Return 0 for MSDOS.
dje [Thu, 10 Jul 1997 17:03:44 +0000 (17:03 +0000)]
(INO_T_EQ): Return 0 for MSDOS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14408 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\titlefont): Define again, using \titlefonts.
rms [Thu, 10 Jul 1997 01:23:38 +0000 (01:23 +0000)]
(\titlefont): Define again, using \titlefonts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14406 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\startcontents): Leave ^ catcode as other.
karl [Wed, 9 Jul 1997 20:45:27 +0000 (20:45 +0000)]
(\startcontents): Leave ^ catcode as other.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14405 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDeclare how to hyphenate "whitespace".
rms [Wed, 9 Jul 1997 19:40:16 +0000 (19:40 +0000)]
Declare how to hyphenate "whitespace".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14404 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(gen_subprogram_die): When handling declarations, test
wilson [Tue, 8 Jul 1997 22:07:41 +0000 (22:07 +0000)]
(gen_subprogram_die): When handling declarations, test
DECL_CONTEXT not decl_class_context before equate_decl_number_to_die.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14403 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoUse unsigned HOST_WIDE_INT, not unsigned.
meissner [Tue, 8 Jul 1997 20:48:20 +0000 (20:48 +0000)]
Use unsigned HOST_WIDE_INT, not unsigned.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14402 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago92th Cygnus<->FSF merge
mrs [Tue, 8 Jul 1997 00:17:49 +0000 (00:17 +0000)]
92th Cygnus<->FSF merge

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14401 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
rms [Mon, 7 Jul 1997 08:40:20 +0000 (08:40 +0000)]
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14397 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(crt1.o, crt1.o, crtn.o): Also depend on $(GCC_PASSES).
meyering [Mon, 7 Jul 1997 04:02:08 +0000 (04:02 +0000)]
(crt1.o, crt1.o, crtn.o): Also depend on $(GCC_PASSES).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14396 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago($(OBJC_O)): Also depend on $(GCC_PASSES).
meyering [Mon, 7 Jul 1997 04:01:33 +0000 (04:01 +0000)]
($(OBJC_O)): Also depend on $(GCC_PASSES).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14395 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(cplib2.ready): Also depend on $(LANGUAGES).
meyering [Mon, 7 Jul 1997 04:00:34 +0000 (04:00 +0000)]
(cplib2.ready): Also depend on $(LANGUAGES).
From H.J. Lu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14394 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoupdate from main archive 970706
drepper [Sun, 6 Jul 1997 22:30:44 +0000 (22:30 +0000)]
update from main archive 970706

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14393 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\titlefonts): New macro to set title font styles, so italic etc. work
karl [Sat, 5 Jul 1997 21:51:30 +0000 (21:51 +0000)]
(\titlefonts): New macro to set title font styles, so italic etc. work
in @title.
(\titlefont): No longer needed.
(\titlepage): Call \titlefonts instead of \titlefont.
(\chapsf, \ssecsy, \ssecttsl): Correct magstep values.
From: Stephen Gildea <gildea@intouchsys.com>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14392 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\onepageout): Back up to 2\baselineskip per Stephen.
karl [Sat, 5 Jul 1997 21:16:39 +0000 (21:16 +0000)]
(\onepageout): Back up to 2\baselineskip per Stephen.
(\kbdinputstyle): New command.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14391 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agox
merrill [Fri, 4 Jul 1997 18:49:39 +0000 (18:49 +0000)]
x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14390 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\kbdfont, \kbdexamplefont): New macros, parms that
rms [Fri, 4 Jul 1997 00:07:28 +0000 (00:07 +0000)]
(\kbdfont, \kbdexamplefont): New macros, parms that
tell @kbd what to do.
(\setkbdinputdistinct, \setkbdinputexample): New commands set them.
(\kbd): Use those parms.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14387 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(unpack_d): Check fraction not sign to distinquish QNaN.
wilson [Thu, 3 Jul 1997 21:37:23 +0000 (21:37 +0000)]
(unpack_d): Check fraction not sign to distinquish QNaN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14386 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\onepageout): Leave only one line space above the footline, to be more
karl [Thu, 3 Jul 1997 20:52:37 +0000 (20:52 +0000)]
(\onepageout): Leave only one line space above the footline, to be more
like plain.  Suggested by Stephen Gildea.
(\evenfootline): Left one too many line spaces here, so reduce by two.

(\ifnottex): Another ignore command.
(\ifnothtml,\ifnotinfo): New commands.
(\doignore): Ignore brace characters, so mismatched braces in ignored
text do not cause complaints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14385 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDo not go beyond end of array
meissner [Wed, 2 Jul 1997 13:52:15 +0000 (13:52 +0000)]
Do not go beyond end of array

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14384 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago($(srcdir)/objc/objc-parse.c): Fix command to use the right file names.
kenner [Wed, 2 Jul 1997 11:51:10 +0000 (11:51 +0000)]
($(srcdir)/objc/objc-parse.c): Fix command to use the right file names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14383 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(process_template): Place increment expression outside of putchar
kenner [Wed, 2 Jul 1997 11:47:41 +0000 (11:47 +0000)]
(process_template): Place increment expression outside of putchar
function call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14382 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(sparc-*-linux-gnulibc1*): New configuration.
kenner [Wed, 2 Jul 1997 11:40:30 +0000 (11:40 +0000)]
(sparc-*-linux-gnulibc1*): New configuration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14381 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(LIBGCC_SPEC): Removed.
kenner [Wed, 2 Jul 1997 11:40:08 +0000 (11:40 +0000)]
(LIBGCC_SPEC): Removed.
(CC1_SPEC): Add %{profile:-p}.
({CPP,LIB,LINK}_SPEC): Choose glibc 1 or 2 depending on USE_GNULIBC_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14380 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(powerpc-*-linuxgnu*): Default thread_file is posix.
kenner [Wed, 2 Jul 1997 11:03:18 +0000 (11:03 +0000)]
(powerpc-*-linuxgnu*): Default thread_file is posix.
Set xmake_file to x-linux.  Add extra_parts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14379 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(LINK_SPEC): Defined.
kenner [Wed, 2 Jul 1997 11:02:40 +0000 (11:02 +0000)]
(LINK_SPEC): Defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14378 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(m68k-*-linux-gnu*): Default thread_file is `posix'.
kenner [Wed, 2 Jul 1997 11:00:33 +0000 (11:00 +0000)]
(m68k-*-linux-gnu*): Default thread_file is `posix'.
(m68k-*-linux-gnulibc1): New configuration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14377 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(LINK_SPEC): Pass -shared for -shared.
kenner [Wed, 2 Jul 1997 11:00:16 +0000 (11:00 +0000)]
(LINK_SPEC): Pass -shared for -shared.
({CPP,LINK}_SPEC): Choose for glibc 1 or 2 depending on USE_GNULIBC_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14376 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(alpha-*-linux-gnu*): Default thread_file is `posix'.
kenner [Wed, 2 Jul 1997 10:56:49 +0000 (10:56 +0000)]
(alpha-*-linux-gnu*): Default thread_file is `posix'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14375 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2.
kenner [Wed, 2 Jul 1997 10:56:35 +0000 (10:56 +0000)]
(LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14374 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(divsi3, modsi3, udivsi3): Comment out.
kenner [Wed, 2 Jul 1997 10:45:21 +0000 (10:45 +0000)]
(divsi3, modsi3, udivsi3): Comment out.
(extendsfsd2_no_tp): Add alternative with output in MEM, input in REG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14373 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(*-linux*): Add "-gnu" to names to match.
kenner [Wed, 2 Jul 1997 10:40:14 +0000 (10:40 +0000)]
(*-linux*): Add "-gnu" to names to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14372 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(_trampoline): Add stdcall attribute to VirtualProtect on i386.
kenner [Wed, 2 Jul 1997 10:38:04 +0000 (10:38 +0000)]
(_trampoline): Add stdcall attribute to VirtualProtect on i386.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14371 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(redundant_insn): If INSN or possible match has REG_UNUSED note, don't
kenner [Wed, 2 Jul 1997 03:25:39 +0000 (03:25 +0000)]
(redundant_insn): If INSN or possible match has REG_UNUSED note, don't
have match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14370 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago* mips/mips.c (mips_output_external): Don't output .extern's for
dje [Tue, 1 Jul 1997 22:36:13 +0000 (22:36 +0000)]
* mips/mips.c (mips_output_external): Don't output .extern's for
variables in user specified sections unless they're .sbss/.sdata.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14369 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(float_to_usi): Move code for negative numbers before code
wilson [Tue, 1 Jul 1997 22:33:05 +0000 (22:33 +0000)]
(float_to_usi): Move code for negative numbers before code
for infinity.  Modify infinty code to only handle positive infinities.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14368 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(find_best_addr): Add missing rtx_cost arguments.
wilson [Tue, 1 Jul 1997 22:29:59 +0000 (22:29 +0000)]
(find_best_addr): Add missing rtx_cost arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14367 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoFix static functions in sys/stat.h for C++
ian [Tue, 1 Jul 1997 20:16:19 +0000 (20:16 +0000)]
Fix static functions in sys/stat.h for C++

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14366 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoRestore directory after copy. Fix abs in math.h.
ian [Tue, 1 Jul 1997 15:16:38 +0000 (15:16 +0000)]
Restore directory after copy.  Fix abs in math.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14365 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agofix previous change
meissner [Tue, 1 Jul 1997 15:08:07 +0000 (15:08 +0000)]
fix previous change

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14364 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
law [Tue, 1 Jul 1997 15:05:31 +0000 (15:05 +0000)]
    * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
        * mips.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14363 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * sh.c (sh_expand_epilogue): Emit a blockage insn before
law [Mon, 30 Jun 1997 20:56:46 +0000 (20:56 +0000)]
    * sh.c (sh_expand_epilogue): Emit a blockage insn before
        cutting back the stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14362 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoFix various problems; Add -m{,no-}fused-madd, -m{,no-}no-update switches; Allow add...
meissner [Sun, 29 Jun 1997 16:13:13 +0000 (16:13 +0000)]
Fix various problems; Add -m{,no-}fused-madd, -m{,no-}no-update switches; Allow add/and/ior/xor of 32 bit constants

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14361 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoRewrite.
dje [Fri, 27 Jun 1997 23:55:57 +0000 (23:55 +0000)]
Rewrite.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14360 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoInitial revision
kenner [Fri, 27 Jun 1997 23:36:32 +0000 (23:36 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14359 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(libobjc_entry.o, libobjc_s.a, libobjc.dll): New targets.
kenner [Fri, 27 Jun 1997 23:36:18 +0000 (23:36 +0000)]
(libobjc_entry.o, libobjc_s.a, libobjc.dll): New targets.
(objc.install-normal): Install Objective-C runtime as a DLL.
(objc.mostlyclean): Clean up files used to build DLL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14358 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(DLLTOOL): Define.
kenner [Fri, 27 Jun 1997 23:36:01 +0000 (23:36 +0000)]
(DLLTOOL): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14357 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(search_for_method_in_list): No longer static.
kenner [Fri, 27 Jun 1997 23:30:41 +0000 (23:30 +0000)]
(search_for_method_in_list): No longer static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14356 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(CPP_SPEC, LINK_SPEC): Choose for glibc 1 or 2 depending on
kenner [Fri, 27 Jun 1997 23:00:48 +0000 (23:00 +0000)]
(CPP_SPEC, LINK_SPEC): Choose for glibc 1 or 2 depending on
USE_GNULIBC_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14355 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(LIB_SPEC): Choose for glibc 1 or 2 depending on USE_GNULIBC_1.
kenner [Fri, 27 Jun 1997 23:00:30 +0000 (23:00 +0000)]
(LIB_SPEC): Choose for glibc 1 or 2 depending on USE_GNULIBC_1.
(PREFERRED_DEBUGGING_TYPE): Undefine before define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14354 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(i[3456]86-*-linux*): Default thread_file is `posix'.
kenner [Fri, 27 Jun 1997 23:00:07 +0000 (23:00 +0000)]
(i[3456]86-*-linux*): Default thread_file is `posix'.
(i[3456]86-*-linux*gnulibc1): New case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14353 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoInitial revision
kenner [Fri, 27 Jun 1997 22:59:02 +0000 (22:59 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14352 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoPrint message about ObjC thread file.
kenner [Fri, 27 Jun 1997 22:49:49 +0000 (22:49 +0000)]
Print message about ObjC thread file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14351 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(OBJC_THREAD_FILE): New definition.
kenner [Fri, 27 Jun 1997 22:49:33 +0000 (22:49 +0000)]
(OBJC_THREAD_FILE): New definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14350 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(GCC_THREAD_FILE): Renamed from OBJC_THREAD_FILE.
kenner [Fri, 27 Jun 1997 22:49:22 +0000 (22:49 +0000)]
(GCC_THREAD_FILE): Renamed from OBJC_THREAD_FILE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14349 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(--enable-threads): New parameter.
kenner [Fri, 27 Jun 1997 22:47:40 +0000 (22:47 +0000)]
(--enable-threads): New parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14348 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago * objc/Make-lang.in (OBJC_CCOMMON): Object files don't go in srcdir.
dje [Fri, 27 Jun 1997 22:34:54 +0000 (22:34 +0000)]
* objc/Make-lang.in (OBJC_CCOMMON): Object files don't go in srcdir.
(OBJC_OBJS): Likewise.
(OBJC_O): Likewise.
(objc-parse.o, objc-act.o): Fix rules.
(objc/libobjc files): Fix rules.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14347 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(distclean): Delete */Make-{host,target,lang,hooks}
kenner [Fri, 27 Jun 1997 22:34:22 +0000 (22:34 +0000)]
(distclean): Delete */Make-{host,target,lang,hooks}

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14346 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoClean up Make-lang in all subdirs, not just '.'.
kenner [Fri, 27 Jun 1997 22:34:10 +0000 (22:34 +0000)]
Clean up Make-lang in all subdirs, not just '.'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14345 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoClean up Make-{host,target,hooks} in all subdirs, not just '.'.
kenner [Fri, 27 Jun 1997 22:33:01 +0000 (22:33 +0000)]
Clean up Make-{host,target,hooks} in all subdirs, not just '.'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14344 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(fcntl.h): Only include if not building libgcc.a.
kenner [Fri, 27 Jun 1997 22:27:10 +0000 (22:27 +0000)]
(fcntl.h): Only include if not building libgcc.a.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14343 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(link): Eliminate definition on Win32.
kenner [Fri, 27 Jun 1997 22:12:35 +0000 (22:12 +0000)]
(link): Eliminate definition on Win32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14342 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(i[3456]86-*-mingw32): New target.
kenner [Fri, 27 Jun 1997 22:12:25 +0000 (22:12 +0000)]
(i[3456]86-*-mingw32): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14341 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoInitial revision
kenner [Fri, 27 Jun 1997 22:12:07 +0000 (22:12 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14340 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(INO_T_EQ): Define for Win32 but not Cygwin32.
kenner [Fri, 27 Jun 1997 22:11:41 +0000 (22:11 +0000)]
(INO_T_EQ): Define for Win32 but not Cygwin32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14339 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(fix_argv): New function.
kenner [Fri, 27 Jun 1997 19:20:28 +0000 (19:20 +0000)]
(fix_argv): New function.
(pexecute): Win32 but not Cygwin32 needs its arguments fixed.
Add underscore to cwait function call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14338 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(-mingw32*): New OS.
kenner [Fri, 27 Jun 1997 19:20:14 +0000 (19:20 +0000)]
(-mingw32*): New OS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14331 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(i*:MINGW*:*): New case.
kenner [Fri, 27 Jun 1997 19:18:43 +0000 (19:18 +0000)]
(i*:MINGW*:*): New case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14330 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(\image): New definition for new @image command.
karl [Fri, 27 Jun 1997 19:09:14 +0000 (19:09 +0000)]
(\image): New definition for new @image command.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14329 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(float_to_si): Correct return value when Inf.
kenner [Fri, 27 Jun 1997 17:23:33 +0000 (17:23 +0000)]
(float_to_si): Correct return value when Inf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14328 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(__objc_thread_yield): Use sched_yield instead.
kenner [Fri, 27 Jun 1997 14:47:07 +0000 (14:47 +0000)]
(__objc_thread_yield): Use sched_yield instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14327 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculating
kenner [Fri, 27 Jun 1997 14:36:37 +0000 (14:36 +0000)]
(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculating
possible end address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14326 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDelete erroneous references to (pseudo) in comments.
dje [Thu, 26 Jun 1997 21:21:38 +0000 (21:21 +0000)]
Delete erroneous references to (pseudo) in comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14325 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDocument force_fit_type as an entry point in the file.
dje [Thu, 26 Jun 1997 17:07:38 +0000 (17:07 +0000)]
Document force_fit_type as an entry point in the file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14324 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(final_giv_value): Verify that bl->initial_value is
wilson [Wed, 25 Jun 1997 23:53:40 +0000 (23:53 +0000)]
(final_giv_value): Verify that bl->initial_value is
invariant before trying to use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14323 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agomake wchar_t long, not unsigned short
meissner [Wed, 25 Jun 1997 22:17:58 +0000 (22:17 +0000)]
make wchar_t long, not unsigned short

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14322 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agox
merrill [Wed, 25 Jun 1997 20:58:55 +0000 (20:58 +0000)]
x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14321 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(objc-runtime): Add objc-headers.
kenner [Wed, 25 Jun 1997 20:56:03 +0000 (20:56 +0000)]
(objc-runtime): Add objc-headers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14320 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(cc_set_by_configure): Eliminate extra
kenner [Wed, 25 Jun 1997 20:55:50 +0000 (20:55 +0000)]
(cc_set_by_configure): Eliminate extra
comma and don't pass value to configure.lang.
(stage_prefix_set_by_configure): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14319 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(GCC_PASSES): Don't define with $(exeext).
kenner [Wed, 25 Jun 1997 20:55:15 +0000 (20:55 +0000)]
(GCC_PASSES): Don't define with $(exeext).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14318 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(Makefile): Execute configure.frag from srcdir.
kenner [Wed, 25 Jun 1997 20:41:55 +0000 (20:41 +0000)]
(Makefile): Execute configure.frag from srcdir.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14317 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoRevert revisions 1.454 and 1.455.
kenner [Wed, 25 Jun 1997 20:41:05 +0000 (20:41 +0000)]
Revert revisions 1.454 and 1.455.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14316 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoRevert to 1.1
kenner [Wed, 25 Jun 1997 20:38:43 +0000 (20:38 +0000)]
Revert to 1.1

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14315 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoRemove patch in 1.12.
kenner [Wed, 25 Jun 1997 20:36:48 +0000 (20:36 +0000)]
Remove patch in 1.12.
Execute configure.frag in a shell.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14314 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(cross_overrides, build_overrides): Default to /dev/null to help
kenner [Wed, 25 Jun 1997 20:31:25 +0000 (20:31 +0000)]
(cross_overrides, build_overrides): Default to /dev/null to help
platforms where sed cannot handle empty filenames.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14313 138bc75d-0d04-0410-961f-82ee72b054a4

26 years ago(mn10200-*-*): New target.
kenner [Wed, 25 Jun 1997 20:31:00 +0000 (20:31 +0000)]
(mn10200-*-*): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14312 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoDefine front-end/back-end interface functions and structures.
kenner [Wed, 25 Jun 1997 20:25:39 +0000 (20:25 +0000)]
Define front-end/back-end interface functions and structures.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14311 138bc75d-0d04-0410-961f-82ee72b054a4

26 years agoCompletely rework according to new interface.
kenner [Wed, 25 Jun 1997 20:25:24 +0000 (20:25 +0000)]
Completely rework according to new interface.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14310 138bc75d-0d04-0410-961f-82ee72b054a4