]> gcc.gnu.org Git - gcc.git/blame - gcc/ChangeLog
(DBX_DEBUGGING_INFO): Added.
[gcc.git] / gcc / ChangeLog
CommitLineData
216f3a58
SC
1Mon Sep 21 09:24:49 1998 Stan Cox <scox@cygnus.com>
2
3 * i386-coff.h (DBX_DEBUGGING_INFO): Added.
4
c03f9fe3
RL
5Mon Sep 21 09:14:49 1998 Robert Lipe <robertl@dgii.com>
6
7 * i386.h: (TARGET_SWITCHES) Add description fields for flags
8 documented in install.texi.
9 (TARGET_OPTIONS) Likewise.
10
cc61dfb8
JL
11Mon Sep 21 01:39:03 PDT 1998 Jeff Law (law@cygnus.com)
12
13 * version.c: Bump for snapshot.
14
b2a1e458
FL
15Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
16
17 * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
18 * cccp.c (main): Likewise.
b2a1e458
FL
19
20 * cccp.c, collect2.c, cpplib.c, gcc.c, config/i386/xm-cygwin32.h:
21 Rename GET_ENVIRONMENT to GET_ENV_PATH_LIST, and fix some
22 macro-use bugs.
23
7e2231e7
PB
24Mon Sep 21 00:52:12 1998 Per Bothner <bothner@cygnus.com>
25
26 * Makefile.in (LIBS): Link in libiberty.a.
c03f9fe3 27 * c-common.c, gcc.c, toplev.c: Replace (some) bcopy calls by memcpy.
7e2231e7 28
c93b03c2
RH
29Sun Sep 20 23:28:11 1998 Richard Henderson <rth@cygnus.com>
30
31 * reload1.c (emit_reload_insns): Accept a new arg for the bb. Use
32 it to update bb boundaries. Update caller.
33 * function.c (reposition_prologue_and_epilogue_notes): Update
34 bb boundaries wrt the moved note.
35
823642df
RL
36Sun Sep 20 20:57:02 1998 Robert Lipe <robertl@dgii.com>
37
38 * configure.in (i*86-*-sysv5*): Use fixinc.svr4 to patch byteorder
39 problems.
40 * configure: Regenerate.
41
2ba57343
RH
42Sun Sep 20 19:01:51 1998 Richard Henderson <rth@cygnus.com>
43
3873d24b
RH
44 * alpha.c (alpha_sr_alias_set): New variable.
45 (override_options): Set it.
46 (alpha_expand_prologue, alpha_expand_epilogue): Use it.
47 (mode_mask_operand): Fix signed-unsigned comparision warning.
48 (alpha_expand_block_move): Likewise.
49 (print_operand): Likewise.
50 (get_aligned_mem): Use change_address.
51 (alpha_set_memflags, alpha_set_memflags_1): Set the alias set.
52 (alphaev4_insn_pipe, alphaev4_next_group): New functions.
53 (alphaev4_next_nop, alphaev5_next_nop): New functions.
54 (alpha_align_insns): Remade from old alphaev5_align_insns
55 to handle multiple processors.
56 (alpha_reorg): Call alpha_align_insns for both ev4 and ev5.
57 * output.h (label_to_alignment): Prototype.
58
2ba57343
RH
59 * tree.c (new_alias_set): New function.
60 * tree.h (new_alias_set): Declare it.
61 * c-common.c (c_get_alias_set): Use it.
62
899f1ed6
RH
63Sun Sep 20 12:35:55 1998 Richard Henderson <rth@cygnus.com>
64
65 * fold-const.c (fold): Yet another COND_EXPR bug: when folding
66 to an ABS expr, convert an unsigned input to signed.
67
c479c2ac
JL
68Sun Sep 20 12:14:45 1998 Jeffrey A Law (law@cygnus.com)
69
70 * fold-const.c (fold): Fix another type in COND_EXPR handling code.
71
62616695
MH
721998-09-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
73
74 * configure.in: Add support for c4x targets.
75 * configure: Rebuilt.
76
f5c97640
RH
77Sun Sep 20 00:00:51 1998 Richard Henderson <rth@cygnus.com>
78
79 * combine.c (distribute_notes): If an insn is a cc0 user, only
80 delete it if we can also delete the cc0 setter.
81
a58bd508
MT
82Sun Sep 20 00:22:23 1998 Michael Tiemann <michael@impact.tiemann.org>
83
84 * fold-const.c (fold): Fix typo in COND_EXPR handling code.
85 (invert_truthvalue): Enable truthvalue inversion for
86 floating-point operands if -ffast-math.
87
750930c1
MN
88Sat Sep 19 23:58:07 1998 Melissa O'Neill <oneill@cs.sfu.ca>
89
90 * configure.in: Disable collect2 for nextstep. Instead use
91 crtbegin/crtend.
92 * configure: Rebuilt.
93 * config/nextstep.h (STARTFILE_SPEC): Add crtbegin.
94 (ENDFILE_SPEC): Define.
95 (OBJECT_FORMAT_MACHO): Define.
96 (EH_FRAME_SECTION_ASM_OP): Define.
97 * crtstuff.c: Handle MACHO.
98
655d03a8
RL
99Sun Sep 20 00:24:24 1998 Robert Lipe <robertl@dgii.com>
100
101 * config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.
102
b567319f
TG
1031998-09-19 Torbjorn Granlund <tege@matematik.su.se>
104
105 * fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.
106 (_fpadd_parts): Get sign right for 0.
107
9949a9f2
MH
1081998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
109
110 * ginclude/varargs.h: Add support for C4x target.
111 * ginclude/stdargs.h: Likewise.
112
3fe5612d
RH
113Sat Sep 19 12:05:09 1998 Richard Henderson <rth@cygnus.com>
114
115 * alpha.c (alpha_return_addr): SET should be VOIDmode.
116 (alpha_emit_set_long_const): Rewrite to be callable from reload
117 and 32-bit hosts.
118 (alpha_expand_epilogue): Update for alpha_emit_set_long_const.
119 * alpha.md (movdi): Likewise.
120
332072db
RE
121Sat Sep 19 07:33:36 1998 Richard Earnshaw (rearnsha@arm.com)
122
123 * arm.c (add_constant): New parameter address_only, change caller.
124 Set it non-zero if taking the address of an item in the pool.
125 (arm_reorg): Handle cases where we need the address of an item in
126 the pool.
127
9c8cc54f
RE
128 * arm.c (bad_signed_byte_operand): Check both arms of a sum in
129 a memory address.
130 * arm.md (splits for *extendqihi_insn and *extendqisi_insn): Handle
131 memory addresses that are not in standard canonical form.
132
cb0ca284
MH
133Sat Sep 19 01:00:32 1998 Michael Hayes (mph@elec.canterbury.ac.nz)
134
135 * README.C4X: New file with information about the c4x ports.
136 * ginclude/va-c4x.h: New file for c4x varargs support.
137 * config/c4x: New directory with c4x port files.
138
f10df53c
JL
139Fri Sep 18 22:52:05 1998 Jeffrey A Law (law@cygnus.com)
140
141 * reload.c (find_reloads): Do not replace a pseudo with
142 (MEM (reg_equiv_addr)) in the initializing insn for the
143 pseudo.
144
5accd822
DE
145Fri Sep 18 23:50:56 1998 David Edelsohn <edelsohn@mhpcc.edu>
146
147 * toplev.c (rest_of_compilation): Set bct_p on second call to
148 loop_optimize.
149 * loop.c (loop_optimize, scan_loop, strength_reduce): New argument
150 bct_p.
151 (strength_reduce): Only call analyze_loop_iterations and
152 insert_bct if bct_p set.
153 (check_dbra_loop): Fix typo.
154 (insert_bct): Use word_mode instead of SImode.
155 (instrument_loop_bct): Likewise. Do not delete iteration count
156 condition code generation insn. Initialize iteration count before
157 loop start.
158 * rtl.h (loop_optimize): Update prototype.
159
160 * ginclude/va-ppc.h (va_arg): longlong types in overflow area are
161 not doubleword aligned.
162
163 * rs6000.c (optimization_options): New function.
164 (secondary_reload_class): Only call true_regnum for PSEUDO_REGs.
165 * rs6000.h (OPTIMIZATION_OPTIONS): Define.
166 (REG_ALLOC_ORDER): Allocate highest numbered condition regsiters
167 first; cr1 can be used for FP record condition insns.
168
d2a73f8e
NC
169Fri Sep 18 09:44:55 1998 Nick Clifton <nickc@cygnus.com>
170
171 * config/m32r/m32r.h (m32r_block_immediate_operand): Add to
172 PREDICATE_CODES.
173
174 * config/m32r/m32r.md: Add "movstrsi" and "movstrsi_internal"
175 patterns.
176
177 * config/m32r/m32r.c (m32r_print_operand): Add 's' and 'p'
178 operators.
179 (block_move_call): New function: Call a library routine to copy a
180 block of memory.
181 (m32r_expand_block_move): New function: Expand a "movstrsi"
182 pattern into a sequence of insns.
183 (m32r_output_block_move): New function: Expand a
184 "movstrsi_internal" pattern into a sequence of assembler opcodes.
185 (m32r_block_immediate_operand): New function: Return true if the
186 RTL is an integer constant, less than or equal to MAX_MOVE_BYTES.
187
7ac2148b
AM
188Thu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
189
190 * except.c (start_catch_handler): Issue 'fatal' instead of 'error' and
191 re-align some code.
192 * libgcc2.c (__eh_rtime_match): fprintf a runtime error. Use <stdio.h>.
193
9d2106a4
R
194Thu Sep 17 12:24:33 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
195
196 * regmove.c (copy_src_to_dest): Check that modes match.
197
086afc19
RL
198Wed Sep 16 22:10:42 1998 Robert Lipe <robertl@dgii.com>
199
200 * config/i386/sco5.h (SUPPORTS_WEAK): True only if targeting ELF.
201
b66a3ac1
RH
202Wed Sep 16 15:24:54 1998 Richard Henderson <rth@cygnus.com>
203
204 * i386.h (PREFERRED_RELOAD_CLASS): Respect an existing class
205 narrower than FLOAT_REGS.
206
0d7138a1
AO
207Wed Sep 16 17:51:00 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
208
209 * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
210 * cccp.c: ditto
211 * Makefile.in (old_gxx_include_dir): removed
212
f43a85ca
NC
213Wed Sep 16 12:29:22 1998 Nick Clifton <nickc@cygnus.com>
214
215 * config/sh/sh.h: Update definition of HANDLE_PRAGMA to match
216 new specification.
217
218 * config/sh/sh.c (handle_pragma): Rename to sh_handle_pragma().
219 (sh_handle_pragma): Change function arguments to match new
220 specification for HANDLE_PRAGMA.
221
88dab4f6
KG
222Wed Sep 16 12:43:19 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
223
224 * gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to
225 `unsigned char'.
226 (main): Mark parameter `argc' with ATTRIBUTE_UNUSED.
227 When generating output, initialize missing struct member to zero.
228
1a8fca8a
R
229Wed Sep 16 14:47:43 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
230
231 * regmove.c (copy_src_to_dest): Don't copy if that requires
232 (a) new register(s).
233
f15ebf65
BS
234Wed Sep 16 01:29:12 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
235
236 * global.c (reg_allocno): Now static.
237 * reload1.c (reg_allocno): Delete declaration.
238 (order_regs_for_reload): Take no arguments. Don't treat regs
239 allocated by global differently than those allocated by local-alloc.
240
3dbf3a22
KI
241Wed Sep 16 01:09:01 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
242
b0e982be
KI
243 * m68k/m68k.c (output_function_prologue): Reverse NO_ADDSUB_Q
244 condition, fix format strings.
245 (output_function_epilogue): Likewise.
246
3dbf3a22
KI
247 * m68k/m68k.c: Don't include <stdlib.h> directly.
248
b86ba9c8
GK
249Wed Sep 16 00:30:56 1998 Geoff Keating <geoffk@ozemail.com.au>
250
251 * gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,
252 mem_first_set, mem_last_set; because 0 can be a CUID.
253 (oprs_unchanged_p): Use new definition.
254 (record_last_reg_set_info): Likewise.
255 (record_last_mem_set_info): Likewise.
256 (compute_hash_table): Likewise.
257
54d65918
JL
258Tue Sep 15 22:59:52 1998 Jeffrey A Law (law@cygnus.com)
259
6f573ff9
JL
260 * rs6000.c (output_epilogue): Handle Chill.
261
fa88e837
JL
262 * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
263 * mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
264
0d8e55d8
JL
265 * combine.c (make_extraction): If no mode is specified for
266 an operand of insv, extv, or extzv, default it to word_mode.
267 (simplify_comparison): Similarly.
268 * expmed.c (store_bit_field): Similarly.
269 (extract_bit_field): Similarly.
270 * function.c (fixup_var_regs_1): Similarly.
271 * recog.c (validate_replace_rtx_1): Similarly.
272 * mips.md (extv, extzv, insv expanders): Default modes for most
273 operands. Handle TARGET_64BIT.
274 (movdi_uld, movdi_usd): New patterns.
275
54d65918
JL
276 * pa.c (emit_move_sequence): Do not replace a pseudo with its
277 equivalent memory location unless we have been provided a scratch
278 register. Similarly do not call find_replacement unless a
279 scratch register has been provided.
280
c09a3c2e
BS
281Tue Sep 15 19:23:01 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
282
283 * i386.h (PREFERRED_RELOAD_CLASS): For standard 387 constants,
284 return FLOAT_REGS.
285
71038426
RH
286Tue Sep 15 19:09:06 1998 Richard Henderson <rth@cygnus.com>
287
288 * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill.
289 (BUILT_IN_FP, BUILT_IN_SP, BUILT_IN_SET_RETURN_ADDR_REG): Kill.
290 (BUILT_IN_EH_STUB_OLD, BUILT_IN_EH_STUB, BUILT_IN_SET_EH_REGS): Kill.
291 (BUILT_IN_EH_RETURN, BUILT_IN_DWARF_CFA): New.
292 * c-decl.c (init_decl_processing): Update accordingly.
293 * expr.c (expand_builtin): Likewise.
294
295 * rtl.h (global_rtl): Add cfa entry.
296 (virtual_cfa_rtx, VIRTUAL_CFA_REGNUM): New.
297 (LAST_VIRTUAL_REGISTER): Update.
298 * emit-rtl.c (global_rtl): Add cfa entry.
299 (init_emit): Initialize it.
300 * function.c (cfa_offset): New.
301 (instantiate_virtual_regs): Initialize it.
302 (instantiate_virtual_regs_1): Instantiate virtual_cfa_rtx.
303 (expand_function_end): Call expand_eh_return.
304 * tm.texi (ARG_POINTER_CFA_OFFSET): New.
305
306 * except.c (current_function_eh_stub_label): Kill.
307 (current_function_eh_old_stub_label): Likwise; update all references.
308 (expand_builtin_set_return_addr_reg): Kill.
309 (expand_builtin_eh_stub_old, expand_builtin_eh_stub): Kill.
310 (expand_builtin_set_eh_regs): Kill.
311 (eh_regs): Produce a third reg for the actual handler address.
312 (eh_return_context, eh_return_stack_adjust): New.
313 (eh_return_handler, eh_return_stub_label): New.
314 (init_eh_for_function): Initialize them.
315 (expand_builtin_eh_return, expand_eh_return): New.
316 * except.h: Update prototypes.
317 * flow.c (find_basic_blocks_1): Update references to the stub label.
318 * function.h (struct function): Kill stub label elements.
319
320 * libgcc2.c (in_reg_window): For REG_SAVED_REG, check that the
321 register number is one that would be in the previous window.
322 Provide a dummy definition for non-windowed targets.
323 (get_reg_addr): New function.
324 (get_reg, put_reg, copy_reg): Use it.
325 (__throw): Rely on in_reg_window, not INCOMING_REGNO. Kill stub
326 generating code and use __builtin_eh_return. Use __builtin_dwarf_cfa.
327
328 * alpha.c (alpha_eh_epilogue_sp_ofs): New.
329 (alpha_init_expanders): Initialize it.
330 (alpha_expand_epilogue): Use it.
331 * alpha.h: Declare it.
332 * alpha.md (eh_epilogue): New.
333
334 * m68h.h (ARG_POINTER_CFA_OFFSET): New.
335 * sparc.h (ARG_POINTER_CFA_OFFSET): New.
336
bb210aaf
MM
337Tue Sep 15 19:31:58 1998 Michael Meissner <meissner@cygnus.com>
338
339 * i960.h (CONST_COSTS): Fix thinko. Test flag, not the constant
340 flag bit mask.
341
bf71cd2e
AM
342Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
343
344 * except.h (struct eh_entry): Add false_label field.
345 (end_catch_handler): Add prototype.
346 * except.c (push_eh_entry): Set false_label field to NULL_RTX.
347 (start_catch_handler): When using old style exceptions, issue
348 runtime typematch code before continuing with the handler.
349 (end_catch_handler): New function, generates label after handler
350 if needed by older style exceptions.
351 (expand_start_all_catch): No need to check for new style exceptions.
352 (output_exception_table_entry): Only output the first handler label
353 for old style exceptions.
354 * libgcc2.c (__eh_rtime_match): New routine to lump runtime matching
355 mechanism into one function, if a runtime matcher is provided.
356
8a21007c
AM
357Tue Sep 15 13:53:59 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>
358
359 * config/i960/i960.h (SLOW_BYTE_ACCESS): Change definition to 1.
360
11d09c08
MM
361Tue Sep 15 09:59:01 1998 Mark Mitchell <mark@markmitchell.com>
362
363 * integrate.c (copy_decl_list): Fix typo.
364
2d81c9bf
DM
365Tue Sep 15 04:18:52 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
366
367 * config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
368 attribute.
369
e12994ab
JL
370Mon Sep 14 14:02:53 PDT 1998 Jeff Law (law@cygnus.com)
371
372 * version.c: Bump for snapshot.
373
028d0b2a
JL
374Mon Sep 14 10:33:56 PDT 1998 Jeff Law (law@cygnus.com)
375
376 * version.c: Bump for snapshot.
377
466973ed
JL
378Mon Sep 14 09:51:05 PDT 1998 Jeff Law (law@cygnus.com)
379
380 * version.c: Bump for snapshot.
381
ad299d9b
DM
382Sun Sep 13 22:10:18 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
383
384 * invoke.texi (C Dialect Options): Put back missing @end itemize.
385
1b015bec
AO
386Mon Sep 14 02:33:46 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
387
388 * configure.in: remove usage of `!' to negate the result of a
389 command; some common shells do not support it
390
d7496fbb
DM
391Sun Sep 13 19:17:35 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
392
393 * configure.in: in sparc9-sol2 config, use 'if test' not
394 brackets.
395 * configure: Rebuilt.
396
397 * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to
398 CM_MEDANY.
399 (CPP_CPU_SPEC): Do not define _LP64, header files do this.
400 (CPP_CPU_DEFAULT_SPEC): Likewise.
401 * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right
402 for arch64 libfuncs.
403
073149a2
DM
404 * config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
405 for operand zero.
406
007e8d2a
KG
407Sun Sep 13 09:11:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
408
409 * acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
410
411 * collect2.c: Don't declare `sys_siglist' here.
412 (my_strsignal): Prototype and define new function. Use it in
413 place of `sys_siglist' hacks.
414
415 * mips_tfile.c: Likewise.
416
417 * configure.in (AC_CHECK_FUNCS): Check for strsignal.
418 (GCC_NEED_DECLARATIONS): Likewise.
419
420 * system.h (strsignal): Prototype it, if necessary.
421 (sys_siglist): Declare it, if necessary.
422
9655bf95
DM
423Sun Sep 13 04:37:28 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
424
425 * loop.c (move_movables): While removing insn sequences, preserve
426 the next pointer of the most recently deleted insn when we skip
427 over a NOTE.
428
fbe39e48
BE
429Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com>
430
431 * objc/config-lang.in: Do not output the name of the selected
432 thread file when building the front-end. The Makefile for the
433 runtime library will do this.
434
435 * objc/Make-lang.in: Do not build the runtime library or install
436 the Objective C header files. The Makefile for the runtime
437 library will do this.
438
439 * objc/Makefile.in (all.indirect): Only build the front-end.
440 (compiler): Rename to `frontend'.
441 (obj-runtime): Remove target.
442 (copy-headers): Likewise.
443 (clean): No need to remove `libobjc.a' any longer.
444
b91d2c10
MM
445Sat Sep 12 11:37:19 1998 Michael Meissner <meissner@cygnus.com>
446
447 * rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all machines
448 supported with -mcpu=xxx.
449
86465af7
DM
450Fri Sep 11 23:55:54 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
451
452 * flow.c (mark_set_1): Recognize multi-register structure return
453 values in CALL insns.
454 (mark_used_regs): Likewise.
455 (count_reg_sets_1): Likewise.
456 (count_reg_references): Likewise.
457 * rtlanal.c (note_stores): Likewise.
c0222c21
DM
458 (reg_overlap_mentioned_p): Likewise.
459 * haifa-sched.c (check_live_1): Likewise.
460 (update_live_1): Likewise.
461 (sched_analyze_1): Likewise.
462 (sched_note_set): Likewise.
463 (birthing_insn_p): Likewise.
464 (attach_deaths): Likewise.
465
466 * config/sparc/sparc.md (movdf_const_intreg_sp64): Disable.
467
86465af7 468
37a29ee7
ED
469Fri Sep 11 22:57:55 1998 Eric Dumazet <dumazet@cosmosbay.com>
470
45259482 471 * config/i386/sco5.h (ASM_WEAKEN_LABEL): Defined as in svr4.h.
37a29ee7 472
75bba2a6
DM
473Thu Sep 10 22:02:04 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
474
475 * glimits.h (__LONG_MAX__): Recognize __sparcv9 too.
476
d1accaa3
JJ
477Thu Sep 10 21:19:10 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
478
479 * configure.in: Add check for GAS subsection -1 support.
480 * acconfig.h (HAVE_GAS_SUBSECTION_ORDERING): Add.
481 * configure config.in: Rebuilt.
482 * config/sparc/sparc.h (CASE_VECTOR_MODE): For V9 flag_pic, use
483 SImode is subsection -1 works, else use DImode.
484 (ASM_OUTPUT_ADDR_VEC_START, ASM_OUTPUT_ADDR_VEC_END): Define if
485 subsection -1 works.
486 * config/sparc/sparc.c (sparc_output_addr_vec,
487 sparc_output_addr_diff_vec): Use them if defined.
488
02e24c7a
MM
489Thu Sep 10 10:46:01 1998 Mark Mitchell <mark@markmitchell.com>
490
491 * tree.h (DECL_ORIGIN): New macro.
492 * integrate.c (copy_and_set_decl_abstract_origin): New function.
493 (copy_decl_list): Use it.
494 (integrate_parm_decls): Likewise.
495 (integrate_decl_tree): Likewise.
496 * dwarf2out.c (decl_ultimate_origin): Simplify.
497 * dwarfout.c (decl_ultimate_origin): Likewise.
498 * c-decl.c (duplicate_decls): Use DECL_ORIGIN.
499 (pushdecl): Likewise.
500
9517ead8
AG
501Thu Sep 10 08:01:31 1998 Anthony Green <green@cygnus.com>
502
503 * config/rs6000/rs6000.c (output_epilog): Add Java support.
504
95c81fb8
ML
505