]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
Daily bump.
[gcc.git] / gcc / ChangeLog
CommitLineData
e12994ab
JL
1Mon Sep 14 14:02:53 PDT 1998 Jeff Law (law@cygnus.com)
2
3 * version.c: Bump for snapshot.
4
028d0b2a
JL
5Mon Sep 14 10:33:56 PDT 1998 Jeff Law (law@cygnus.com)
6
7 * version.c: Bump for snapshot.
8
466973ed
JL
9Mon Sep 14 09:51:05 PDT 1998 Jeff Law (law@cygnus.com)
10
11 * version.c: Bump for snapshot.
12
ad299d9b
DM
13Sun Sep 13 22:10:18 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
14
15 * invoke.texi (C Dialect Options): Put back missing @end itemize.
16
1b015bec
AO
17Mon Sep 14 02:33:46 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
18
19 * configure.in: remove usage of `!' to negate the result of a
20 command; some common shells do not support it
21
d7496fbb
DM
22Sun Sep 13 19:17:35 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
23
24 * configure.in: in sparc9-sol2 config, use 'if test' not
25 brackets.
26 * configure: Rebuilt.
27
28 * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to
29 CM_MEDANY.
30 (CPP_CPU_SPEC): Do not define _LP64, header files do this.
31 (CPP_CPU_DEFAULT_SPEC): Likewise.
32 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right
33 for arch64 libfuncs.
34
073149a2
DM
35 * config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
36 for operand zero.
37
007e8d2a
KG
38Sun Sep 13 09:11:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
39
40 * acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
41
42 * collect2.c: Don't declare `sys_siglist' here.
43 (my_strsignal): Prototype and define new function. Use it in
44 place of `sys_siglist' hacks.
45
46 * mips_tfile.c: Likewise.
47
48 * configure.in (AC_CHECK_FUNCS): Check for strsignal.
49 (GCC_NEED_DECLARATIONS): Likewise.
50
51 * system.h (strsignal): Prototype it, if necessary.
52 (sys_siglist): Declare it, if necessary.
53
9655bf95
DM
54Sun Sep 13 04:37:28 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
55
56 * loop.c (move_movables): While removing insn sequences, preserve
57 the next pointer of the most recently deleted insn when we skip
58 over a NOTE.
59
b91d2c10
MM
60Sat Sep 12 11:37:19 1998 Michael Meissner <meissner@cygnus.com>
61
62 * rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all machines
63 supported with -mcpu=xxx.
64
86465af7
DM
65Fri Sep 11 23:55:54 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
66
67 * flow.c (mark_set_1): Recognize multi-register structure return
68 values in CALL insns.
69 (mark_used_regs): Likewise.
70 (count_reg_sets_1): Likewise.
71 (count_reg_references): Likewise.
72 * rtlanal.c (note_stores): Likewise.
c0222c21
DM
73 (reg_overlap_mentioned_p): Likewise.
74 * haifa-sched.c (check_live_1): Likewise.
75 (update_live_1): Likewise.
76 (sched_analyze_1): Likewise.
77 (sched_note_set): Likewise.
78 (birthing_insn_p): Likewise.
79 (attach_deaths): Likewise.
80
81 * config/sparc/sparc.md (movdf_const_intreg_sp64): Disable.
82
86465af7 83
37a29ee7
ED
84Fri Sep 11 22:57:55 1998 Eric Dumazet <dumazet@cosmosbay.com>
85
45259482 86 * config/i386/sco5.h (ASM_WEAKEN_LABEL): Defined as in svr4.h.
37a29ee7 87
75bba2a6
DM
88Thu Sep 10 22:02:04 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
89
90 * glimits.h (__LONG_MAX__): Recognize __sparcv9 too.
91
d1accaa3
JJ
92Thu Sep 10 21:19:10 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
93
94 * configure.in: Add check for GAS subsection -1 support.
95 * acconfig.h (HAVE_GAS_SUBSECTION_ORDERING): Add.
96 * configure config.in: Rebuilt.
97 * config/sparc/sparc.h (CASE_VECTOR_MODE): For V9 flag_pic, use
98 SImode is subsection -1 works, else use DImode.
99 (ASM_OUTPUT_ADDR_VEC_START, ASM_OUTPUT_ADDR_VEC_END): Define if
100 subsection -1 works.
101 * config/sparc/sparc.c (sparc_output_addr_vec,
102 sparc_output_addr_diff_vec): Use them if defined.
103
02e24c7a
MM
104Thu Sep 10 10:46:01 1998 Mark Mitchell <mark@markmitchell.com>
105
106 * tree.h (DECL_ORIGIN): New macro.
107 * integrate.c (copy_and_set_decl_abstract_origin): New function.
108 (copy_decl_list): Use it.
109 (integrate_parm_decls): Likewise.
110 (integrate_decl_tree): Likewise.
111 * dwarf2out.c (decl_ultimate_origin): Simplify.
112 * dwarfout.c (decl_ultimate_origin): Likewise.
113 * c-decl.c (duplicate_decls): Use DECL_ORIGIN.
114 (pushdecl): Likewise.
115
9517ead8
AG
116Thu Sep 10 08:01:31 1998 Anthony Green <green@cygnus.com>
117
118 * config/rs6000/rs6000.c (output_epilog): Add Java support.
119
95c81fb8
ML
120