]> gcc.gnu.org Git - gcc.git/log
gcc.git
29 years agoAdd declarations of xmalloc and xrealloc.
Richard Kenner [Mon, 10 Apr 1995 13:22:19 +0000 (09:22 -0400)]
Add declarations of xmalloc and xrealloc.

(cpp_parse_expr): Cast args to bcopy to char *.

From-SVN: r9350

29 years ago#include config.h.
Richard Kenner [Mon, 10 Apr 1995 13:22:01 +0000 (09:22 -0400)]
#include config.h.

From-SVN: r9349

29 years ago(make_decl_rtl): Allow section attribute if...
Richard Kenner [Mon, 10 Apr 1995 12:20:36 +0000 (08:20 -0400)]
(make_decl_rtl): Allow section attribute if...

(make_decl_rtl): Allow section attribute if -fno-common or variable is
not to be placed in common for some other reason.

From-SVN: r9348

29 years ago(enum attrs): New attribute, A_NOCOMMON.
Richard Kenner [Mon, 10 Apr 1995 12:20:09 +0000 (08:20 -0400)]
(enum attrs): New attribute, A_NOCOMMON.

(init_attribute): Initialize it.
(decl_attributes): Implement it.

From-SVN: r9347

29 years ago(simplify_set): Don't move a SUBREG to dest if it is changing the size
Richard Kenner [Mon, 10 Apr 1995 11:57:09 +0000 (07:57 -0400)]
(simplify_set): Don't move a SUBREG to dest if it is changing the size
of a hard reg in CLASS_CANNOT_CHANGE_SIZE.

From-SVN: r9346

29 years ago(reload_as_needed): Call forget_old_reloads_1 on pattern before reg
Richard Kenner [Mon, 10 Apr 1995 11:17:17 +0000 (07:17 -0400)]
(reload_as_needed): Call forget_old_reloads_1 on pattern before reg
elimination.

From-SVN: r9345

29 years ago(find_equiv_reg): If goal is a pseudo that got memory, a store into
Richard Kenner [Mon, 10 Apr 1995 11:16:13 +0000 (07:16 -0400)]
(find_equiv_reg): If goal is a pseudo that got memory, a store into
memory makes it invalid.

From-SVN: r9344

29 years agopa.c (pa_reorg): Bump label use count for each entry in an exploded ADDR_VEC
Jeff Law [Mon, 10 Apr 1995 04:26:01 +0000 (22:26 -0600)]
pa.c (pa_reorg): Bump label use count for each entry in an exploded ADDR_VEC

* pa.c (pa_reorg): Bump label use count for each entry in an
exploded ADDR_VEC

From-SVN: r9343

29 years ago(adddi3, subdi3): Need scratch reg whenever operand 0 in mem and operands 1 not '0'.
Richard Kenner [Sun, 9 Apr 1995 13:22:42 +0000 (09:22 -0400)]
(adddi3, subdi3): Need scratch reg whenever operand 0 in mem and operands 1 not '0'.

(adddi3, subdi3): Need scratch reg whenever operand 0 in mem and operands 1
not '0'.
(subdi3): Don't treat two non-equal MEMs as non-aliasing.

From-SVN: r9342

29 years ago64th Cygnus<->FSF merge
Mike Stump [Sun, 9 Apr 1995 11:41:24 +0000 (11:41 +0000)]
64th Cygnus<->FSF merge

From-SVN: r9341

29 years ago* pa.c (pa_reorg): Fix typo.
Jeff Law [Sun, 9 Apr 1995 02:53:09 +0000 (20:53 -0600)]
* pa.c (pa_reorg): Fix typo.

From-SVN: r9340

29 years agoCorrect SELECT_SECTION.
Michael Meissner [Sat, 8 Apr 1995 23:42:29 +0000 (23:42 +0000)]
Correct SELECT_SECTION.

From-SVN: r9339

29 years ago* cpphash.c: Don't use const on compilers that don't support it.
Mike Stump [Sat, 8 Apr 1995 20:38:16 +0000 (20:38 +0000)]
* cpphash.c: Don't use const on compilers that don't support it.

From-SVN: r9338

29 years ago(expand_increment): Handle case where INCREMENTED has a non-trivial
Richard Kenner [Sat, 8 Apr 1995 20:32:01 +0000 (16:32 -0400)]
(expand_increment): Handle case where INCREMENTED has a non-trivial
conversion.

From-SVN: r9337

29 years ago(TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE): Fix assembler syntax
Richard Kenner [Fri, 7 Apr 1995 23:33:16 +0000 (19:33 -0400)]
(TRAMPOLINE_TEMPLATE, TRANSFER_FROM_TRAMPOLINE): Fix assembler syntax
errors.

From-SVN: r9336

29 years ago(VMS_fstat, VMS_stat): New functions.
Richard Kenner [Fri, 7 Apr 1995 23:27:05 +0000 (19:27 -0400)]
(VMS_fstat, VMS_stat):  New functions.

From-SVN: r9335

29 years ago(collect_expansion): If traditional...
Richard Kenner [Fri, 7 Apr 1995 23:18:58 +0000 (19:18 -0400)]
(collect_expansion): If traditional...

(collect_expansion): If traditional, set stringify member to
SHARP_TOKEN regardless of the value of stringify_sharp_token_type.

From-SVN: r9334

29 years ago(simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED, handle
Richard Kenner [Fri, 7 Apr 1995 20:04:38 +0000 (16:04 -0400)]
(simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED, handle
sign- or zero-extending addresses.

From-SVN: r9333

29 years ago(init{,_integral,_floating,_complex}_libfuncs):
Richard Kenner [Fri, 7 Apr 1995 18:03:52 +0000 (14:03 -0400)]
(init{,_integral,_floating,_complex}_libfuncs):

Change SUFFIX to "char" to avoid confusion with prototype.

From-SVN: r9332

29 years ago(expand_computed_goto): Convert from ptr_mode to Pmode.
Richard Kenner [Fri, 7 Apr 1995 16:36:39 +0000 (12:36 -0400)]
(expand_computed_goto): Convert from ptr_mode to Pmode.

From-SVN: r9331

29 years ago(convert_memory_address): Add extra arg.
Richard Kenner [Fri, 7 Apr 1995 16:36:20 +0000 (12:36 -0400)]
(convert_memory_address): Add extra arg.

From-SVN: r9330

29 years ago(expand_expr, case ADDR_EXPR): Always call convert_memory_address when
Richard Kenner [Fri, 7 Apr 1995 16:35:49 +0000 (12:35 -0400)]
(expand_expr, case ADDR_EXPR): Always call convert_memory_address when
converting; add extra arg.

From-SVN: r9329

29 years ago(convert_memory_address): No longer static.
Richard Kenner [Fri, 7 Apr 1995 16:35:25 +0000 (12:35 -0400)]
(convert_memory_address): No longer static.

New arg, TO_MODE.
Do something special for SYMBOL_REF, LABEL_REF, and CONST.
(memory_address): Add extra arg to call to convert_memory_address.

From-SVN: r9328

29 years ago(OBJECT_SUFFIX): Move to here; now has period.
Richard Kenner [Fri, 7 Apr 1995 12:10:03 +0000 (08:10 -0400)]
(OBJECT_SUFFIX): Move to here; now has period.

From-SVN: r9327

29 years ago(OBJECT_SUFFIX): Delete from here.
Richard Kenner [Fri, 7 Apr 1995 12:09:51 +0000 (08:09 -0400)]
(OBJECT_SUFFIX): Delete from here.

From-SVN: r9326

29 years ago(OBJECT_SUFFIX): Default now ".o", not "o".
Richard Kenner [Fri, 7 Apr 1995 12:09:21 +0000 (08:09 -0400)]
(OBJECT_SUFFIX): Default now ".o", not "o".

(all specs): Remove "." before %O; use %O in a few missing cases.

From-SVN: r9325

29 years ago(STAGESTUFF): Use $(exeext) for executables.
Richard Kenner [Fri, 7 Apr 1995 11:48:25 +0000 (07:48 -0400)]
(STAGESTUFF): Use $(exeext) for executables.

From-SVN: r9324

29 years ago* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.
Per Bothner [Fri, 7 Apr 1995 08:42:27 +0000 (01:42 -0700)]
* cpplib.c (bcopy, bzero, bcmp):  Remove #undefs.

From-SVN: r9323

29 years agoAccept -lites* as op sys.
Richard Stallman [Fri, 7 Apr 1995 07:32:44 +0000 (07:32 +0000)]
Accept -lites* as op sys.

From-SVN: r9321

29 years agocpplib.c (SELF_DIR_DUMMY): New macro.
Per Bothner [Fri, 7 Apr 1995 06:20:52 +0000 (23:20 -0700)]
cpplib.c (SELF_DIR_DUMMY): New macro.

* cpplib.c (SELF_DIR_DUMMY):  New macro.
(do_include):  Don't pass searchptr to finclude if it is dsp,
since that is on the stack, and would cause a dangling pointer.
If handling #include_next, recognize SELF_DIR_DUMMY.

From-SVN: r9320

29 years ago* cppalloc.c (xcalloc): Re-implement using calloc, rather than malloc+bzero.
Per Bothner [Fri, 7 Apr 1995 06:19:22 +0000 (23:19 -0700)]
* cppalloc.c (xcalloc):  Re-implement using calloc, rather than malloc+bzero.

From-SVN: r9319

29 years agopa.h (MACHINE_DEPENDENT_REORG): Define.
Jeff Law [Fri, 7 Apr 1995 04:56:45 +0000 (22:56 -0600)]
pa.h (MACHINE_DEPENDENT_REORG): Define.

* pa.h (MACHINE_DEPENDENT_REORG): Define.
* pa.md (switch_jump): New pattern for jumps which implement
a switch table.
* pa.c (pa_reorg): New function to explode jump tables.
(pa_adjust_insn_length): Account for jumps in switch tables with
unfilled delay slots.

From-SVN: r9318

29 years ago(build_binary_op): Don't call common_type for uncommon pointer types.
Jason Merrill [Thu, 6 Apr 1995 21:31:01 +0000 (21:31 +0000)]
(build_binary_op): Don't call common_type for uncommon pointer types.

From-SVN: r9317

29 years agoRe-write fixproto/fix-header/etc to use cpplib.
Per Bothner [Wed, 5 Apr 1995 21:16:26 +0000 (14:16 -0700)]
Re-write fixproto/fix-header/etc to use cpplib.

From-SVN: r9316

29 years agoMoved 'high-level' error functions from cpperror.c to cpplib.c.
Per Bothner [Wed, 5 Apr 1995 20:34:58 +0000 (13:34 -0700)]
Moved 'high-level' error functions from cpperror.c to cpplib.c.

From-SVN: r9315

29 years ago(GNU_CPP_PREDEFINES): Remove -D__HURD__.
Roland McGrath [Wed, 5 Apr 1995 03:35:44 +0000 (03:35 +0000)]
(GNU_CPP_PREDEFINES): Remove -D__HURD__.

From-SVN: r9314

29 years agopa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment problem.
Jeff Law [Tue, 4 Apr 1995 21:26:02 +0000 (15:26 -0600)]
pa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment problem.

* pa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment
problem.

From-SVN: r9313

29 years agoreorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN a the target of another...
Jeff Law [Tue, 4 Apr 1995 21:16:40 +0000 (15:16 -0600)]
reorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN a the target of another JUMP_INSN to fill a delay slot.

* reorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN
a the target of another JUMP_INSN to fill a delay slot.

From-SVN: r9312

29 years ago63rd Cygnus<->FSF merge
Mike Stump [Tue, 4 Apr 1995 17:51:34 +0000 (17:51 +0000)]
63rd Cygnus<->FSF merge

From-SVN: r9311

29 years ago(force_to_mode, case PLUS): Sign extend masks that are negative in OP_MODE.
Torbjorn Granlund [Mon, 3 Apr 1995 23:19:41 +0000 (23:19 +0000)]
(force_to_mode, case PLUS): Sign extend masks that are negative in OP_MODE.

(simplify_and_const_int): Sign-extend constants when they have the
most significant bit set for the target.
(merge_outer_ops): Likewise.
(simplify_shift_const): Likewise.

From-SVN: r9310

29 years ago(simplify_unary_operation): Sign-extend constants when they have the most significant...
Torbjorn Granlund [Mon, 3 Apr 1995 23:19:02 +0000 (23:19 +0000)]
(simplify_unary_operation): Sign-extend constants when they have the most significant bit set for the target.

(simplify_unary_operation): Sign-extend constants when
they have the most significant bit set for the target.
(simplify_binary_operation): Likewise.

From-SVN: r9309

29 years agooops
Jason Merrill [Mon, 3 Apr 1995 23:16:19 +0000 (23:16 +0000)]
oops

From-SVN: r9308

29 years ago(umulsi3_highpart): Test for CONST_INT and CONST_DOUBLE, not CONSTANT_P.
Torbjorn Granlund [Mon, 3 Apr 1995 22:54:09 +0000 (22:54 +0000)]
(umulsi3_highpart): Test for CONST_INT and CONST_DOUBLE, not CONSTANT_P.

(smulsi3_highpart): Likewise.

(const_umulsi3_highpart): Use const_uint32_operand instead
of immediate_operand for op3.  Delete mode.
(const_smulsi3_highpart): Analogous change.

From-SVN: r9307

29 years ago(const_uint32_operand): New function.
Torbjorn Granlund [Mon, 3 Apr 1995 22:53:36 +0000 (22:53 +0000)]
(const_uint32_operand): New function.

(const_sint32_operand): New function.

From-SVN: r9306

29 years ago(clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode instead...
Richard Kenner [Mon, 3 Apr 1995 22:12:50 +0000 (18:12 -0400)]
(clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode instead of Pmode in some places.

(clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode
instead of Pmode in some places.
(expand_expr, expand_builtin): Likewise.
(push_block, store_expr): Convert size to Pmode.
(expand_expr, case ADDR_EXPR): Convert from Pmode to ptr_mode.

From-SVN: r9305

29 years ago(convert_memory_address): New function.
Richard Kenner [Mon, 3 Apr 1995 22:12:15 +0000 (18:12 -0400)]
(convert_memory_address): New function.

(memory_address): Call if it needed.
(promote_mode, case POINTER_TYPE): Use Pmode and pointer extension.
(allocate_dynamic_stack_space): Convert size from ptr_mode.

From-SVN: r9304

29 years ago(nonzero_bits, case REG): Check POINTERS_EXTEND_UNSIGNED.
Richard Kenner [Mon, 3 Apr 1995 22:11:26 +0000 (18:11 -0400)]
(nonzero_bits, case REG): Check POINTERS_EXTEND_UNSIGNED.

(num_sign_bit_copies, case REG): Likewise.

From-SVN: r9303

29 years ago(allocate_dynamic_stack_space): Correct typo in last change.
Jim Wilson [Mon, 3 Apr 1995 22:08:08 +0000 (15:08 -0700)]
(allocate_dynamic_stack_space): Correct typo in last change.

From-SVN: r9302

29 years ago(gen_shifty_op, case ASHIFTRT): Return 0 if shift count is not a constant.
Jim Wilson [Mon, 3 Apr 1995 22:00:32 +0000 (15:00 -0700)]
(gen_shifty_op, case ASHIFTRT): Return 0 if shift count is not a constant.

From-SVN: r9301

29 years agoAdd -frepo
Jason Merrill [Mon, 3 Apr 1995 20:37:59 +0000 (20:37 +0000)]
Add -frepo

From-SVN: r9300

29 years agoGet correct bit offset for big endian (SUBREG (REG))
Michael Meissner [Mon, 3 Apr 1995 20:19:05 +0000 (20:19 +0000)]
Get correct bit offset for big endian (SUBREG (REG))

From-SVN: r9299

29 years ago62nd Cygnus<->FSF merge
Mike Stump [Mon, 3 Apr 1995 19:28:01 +0000 (19:28 +0000)]
62nd Cygnus<->FSF merge

From-SVN: r9298

29 years agoInclude "config/linux.h" instead of "linux.h", to avoid recursion.
Roland McGrath [Mon, 3 Apr 1995 04:08:34 +0000 (04:08 +0000)]
Include "config/linux.h" instead of "linux.h", to avoid recursion.

From-SVN: r9297

29 years ago(simplify_relational_operation): Don't simplify A-B for
Jim Wilson [Sun, 2 Apr 1995 21:34:42 +0000 (14:34 -0700)]
(simplify_relational_operation): Don't simplify A-B for
compare of A and B when the compare is unsigned.

From-SVN: r9296

29 years ago(stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ to
Richard Kenner [Sun, 2 Apr 1995 12:22:56 +0000 (08:22 -0400)]
(stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ to
_BSD_VA_LIST_.

From-SVN: r9295

29 years ago(default_compilers): Pass -W and -w to gnat1.
Richard Kenner [Sun, 2 Apr 1995 12:11:46 +0000 (08:11 -0400)]
(default_compilers): Pass -W and -w to gnat1.

From-SVN: r9294

29 years ago(STDC_VALUE): Add #undef.
Richard Kenner [Sun, 2 Apr 1995 11:57:23 +0000 (07:57 -0400)]
(STDC_VALUE): Add #undef.

From-SVN: r9293

29 years ago(chain_member_purpose): New function.
Richard Kenner [Sun, 2 Apr 1995 11:55:13 +0000 (07:55 -0400)]
(chain_member_purpose): New function.

From-SVN: r9292

29 years ago(ASM_FILE_START, LIB_SPEC): Delete from here.
Richard Kenner [Sun, 2 Apr 1995 11:54:48 +0000 (07:54 -0400)]
(ASM_FILE_START, LIB_SPEC): Delete from here.

From-SVN: r9291

29 years ago(RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call chain_member_purpose, not chain_member_...
Richard Kenner [Sun, 2 Apr 1995 11:54:18 +0000 (07:54 -0400)]
(RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call chain_member_purpose, not chain_member_value.

(RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call chain_member_purpose, not
chain_member_value.
(ASM_FILE_START, LIB_SPEC): Move to here.

From-SVN: r9290

29 years agoavoid spurious signed/unsigned comparison warnings.
Jason Merrill [Sat, 1 Apr 1995 20:18:49 +0000 (20:18 +0000)]
avoid spurious signed/unsigned comparison warnings.

From-SVN: r9289

29 years ago(SHELL): New definition.
Richard Kenner [Sat, 1 Apr 1995 14:46:59 +0000 (09:46 -0500)]
(SHELL): New definition.

From-SVN: r9288

29 years agoRemove unneeded fixes relating to __stdcall.
Richard Kenner [Sat, 1 Apr 1995 14:45:31 +0000 (09:45 -0500)]
Remove unneeded fixes relating to __stdcall.

From-SVN: r9287

29 years agoRemove unneeded #define's for non-ANSI functions.
Richard Kenner [Sat, 1 Apr 1995 14:45:11 +0000 (09:45 -0500)]
Remove unneeded #define's for non-ANSI functions.

From-SVN: r9286

29 years ago(LIB_SPEC): Add OLDNAMES.LIB.
Richard Kenner [Sat, 1 Apr 1995 14:44:55 +0000 (09:44 -0500)]
(LIB_SPEC): Add OLDNAMES.LIB.

From-SVN: r9285

29 years ago(CPP_PREDEFINES): Add definitions for __stdcall and __cdecl.
Richard Kenner [Sat, 1 Apr 1995 14:44:35 +0000 (09:44 -0500)]
(CPP_PREDEFINES): Add definitions for __stdcall and __cdecl.

From-SVN: r9284

29 years ago(cse_insn): When emitting a BARRIER, don't put it after a deleted
Richard Kenner [Sat, 1 Apr 1995 14:36:47 +0000 (09:36 -0500)]
(cse_insn): When emitting a BARRIER, don't put it after a deleted
insn.

From-SVN: r9283

29 years ago(push_reload): Initialize secondary_{in,out}_icode.
Richard Kenner [Sat, 1 Apr 1995 13:50:50 +0000 (08:50 -0500)]
(push_reload): Initialize secondary_{in,out}_icode.

From-SVN: r9282

29 years ago(print_multilib_info): Don't use LAST_PATH if not set.
Richard Kenner [Sat, 1 Apr 1995 13:25:16 +0000 (08:25 -0500)]
(print_multilib_info): Don't use LAST_PATH if not set.

From-SVN: r9281

29 years ago(extv, extzv): Don't use immediate value for operand 1.
Richard Kenner [Sat, 1 Apr 1995 13:15:54 +0000 (08:15 -0500)]
(extv, extzv): Don't use immediate value for operand 1.

From-SVN: r9280

29 years ago(expand_asm_operands): Properly ignore invalid reg in clobber.
Richard Kenner [Sat, 1 Apr 1995 12:48:19 +0000 (07:48 -0500)]
(expand_asm_operands): Properly ignore invalid reg in clobber.

From-SVN: r9279

29 years agoGeneral code cleanup.
Richard Kenner [Sat, 1 Apr 1995 12:02:06 +0000 (07:02 -0500)]
General code cleanup.

Add prototypes for static functions.
Remove unnecessary casts to (char *); add casts to (U_CHAR *).
Add parentheses suggested by `gcc -Wparentheses'.
Rename local variables as suggested by `gcc -Wshadow'.
<fcntl.h>, <stdlib.h>, <string.h>, <unistd.h>: New includes.
<sys/time.h>, <sys/resource.h>: Include only if defined(RLIMIT_STACK).
<time.h>: Include, unless <sys/time.h> already does.
(HAVE_FCNTL_H, HAVE_STDLIB_H, HAVE_SYS_TIME_H): New symbols.
(HAVE_UNISTD_H, STDC_HEADERS, TIME_WITH_SYS_TIME): Likewise.
(__attribute__, PROTO, VA_START, PRINTF_ALIST, PRINTF_DCL): New macros.
(PRINTF_PROTO{,_1,_2,_3}, DO_PROTO): Likewise.
(bcopy, bzero, bcmp): If #defined by configuration file, use that.
If STDC_HEADERS is defined, use standard C functions.
If BSTRING is defined, or USG and VMS are not defined, use
the C library.  Otherwise, use my_bcopy, my_bzero, my_bcmp.
(localtime): Remove no-longer-necessary explicit declaration.
(getenv, index, rindex): Don't declare explicitly if the appropriate system
eader should declare it.
(fdopen): Remove no-longer-used declaration.
(vprintf): Define a subsitute macro if !defined(HAVE_VPRINTF).
(main): Replace `fdopen (dup (fileno (stdout)), "w"))' with `stdout'.
(get_lintcmd, rescan, create_definition): Use bcmp instead of strncmp when both
operands are known to be free of null bytes.
(check_macro_name, compare_defs, collect_expansion): Likewise.
(do_assert, compare_token_lists, assertion_lookup, do_line): Likewise.
(skip_if_group, lookup): Likewise.
(rescan): Remove unused label `startagain'.
Abort instead of printing nonsense if the stack is corrupted when there was an
unterminated successful conditional.
(pcfinclude): Include explicit double-cast through GENERICPTR to identify
particularly egregious type puns.
(create_definition, do_define, check_macro_name): Use %.*s printf format to
avoid painful copying-and-casting.
(do_once): Return void, not (unused) int.
(do_ident, do_pragma, do_sccs): Accept extra arguments so that all
directive-handler's types match.
(do_sccs): Define only if SCCS_DIRECTIVE is defined.
(skip_if_group, dump_single_macro): Add `default: break;' to keep -Wswitch
happy.
(error, warning, error_with_line, vwarning_with_line, pedwarn): Use
stdarg/vararg/vfprintf instead of passing bogus char * args around.
(pedwarn_with_line, pedwarn_with_file_and_line, fatal):  Likewise.
(verror, vwarning, verror_with_line, vwarning_with_line): New fcns.
(dump_single_macro): Abort if ap points to garbage.
(make_definition, make_undef, make_assertion): Parameter now char *.
(xmalloc, xrealloc, xcalloc, savestring, index0): Make sizes size_t
instead of unsigned; make pointer parameters GENERICPTR, not char *.
(xcalloc): Use bzero to clear memory instead of using own loop.

From-SVN: r9278

29 years agoRemove #include of machine/ansi.h.
Richard Kenner [Fri, 31 Mar 1995 23:34:12 +0000 (18:34 -0500)]
Remove #include of machine/ansi.h.

From-SVN: r9277

29 years ago(umul_ppmm mc68000): Use %# instead of #.
Ken Raeburn [Fri, 31 Mar 1995 16:37:52 +0000 (16:37 +0000)]
(umul_ppmm mc68000): Use %# instead of #.

From-SVN: r9276

29 years agoAdd -fpack-struct.
Michael Meissner [Fri, 31 Mar 1995 14:35:03 +0000 (14:35 +0000)]
Add -fpack-struct.

From-SVN: r9275

29 years agoInitial revision
Richard Kenner [Fri, 31 Mar 1995 13:40:10 +0000 (08:40 -0500)]
Initial revision

From-SVN: r9274

29 years agoFix premature close comment.
Richard Kenner [Fri, 31 Mar 1995 13:26:01 +0000 (08:26 -0500)]
Fix premature close comment.

From-SVN: r9273

29 years ago(expand_asm_operands): Properly handle output that can't be directly
Richard Kenner [Fri, 31 Mar 1995 13:19:01 +0000 (08:19 -0500)]
(expand_asm_operands): Properly handle output that can't be directly
written into.

From-SVN: r9272

29 years ago(init_attributes): A_FORMAT is only for decls.
Richard Kenner [Fri, 31 Mar 1995 12:26:28 +0000 (07:26 -0500)]
(init_attributes): A_FORMAT is only for decls.

From-SVN: r9271

29 years ago(structsp): Correct error in last change.
Richard Kenner [Fri, 31 Mar 1995 12:26:06 +0000 (07:26 -0500)]
(structsp): Correct error in last change.

From-SVN: r9270

29 years agoRemove explicit 0-initializations of static variables.
Jason Merrill [Thu, 30 Mar 1995 23:51:30 +0000 (23:51 +0000)]
Remove explicit 0-initializations of static variables.

From-SVN: r9269

29 years ago(get_last_value): Revert back to use prev_nonnote_insn instead of prev_real_insn.
Jim Wilson [Thu, 30 Mar 1995 23:34:12 +0000 (15:34 -0800)]
(get_last_value): Revert back to use prev_nonnote_insn instead of prev_real_insn.

(get_last_value): Revert back to use prev_nonnote_insn
instead of prev_real_insn.  Modify test that ignores USE insns.

From-SVN: r9268

29 years ago(SELECT_SECTION): Apply constant DECL_INITIAL test only to DECLs.
Jim Wilson [Thu, 30 Mar 1995 23:25:51 +0000 (15:25 -0800)]
(SELECT_SECTION): Apply constant DECL_INITIAL test only to DECLs.

From-SVN: r9267

29 years ago(warn_if_unused_value): Add declaration.
Richard Kenner [Thu, 30 Mar 1995 23:22:33 +0000 (18:22 -0500)]
(warn_if_unused_value): Add declaration.

From-SVN: r9266

29 years ago(make warn_if_unused_value): No longer static.
Richard Kenner [Thu, 30 Mar 1995 23:22:05 +0000 (18:22 -0500)]
(make warn_if_unused_value): No longer static.

From-SVN: r9265

29 years ago(internal_build_compound_expr): Warn if LHS of comma expression has no side effects...
Richard Kenner [Thu, 30 Mar 1995 23:21:34 +0000 (18:21 -0500)]
(internal_build_compound_expr): Warn if LHS of comma expression has no side effects...

(internal_build_compound_expr): Warn if LHS of comma expression has no
side effects, or computes value which is not used.

From-SVN: r9264

29 years ago(allocate_dynamic_stack_space): Test STACK_BOUNDARY against BIGGEST_ALIGNMENT at...
Jim Wilson [Thu, 30 Mar 1995 23:14:37 +0000 (15:14 -0800)]
(allocate_dynamic_stack_space): Test STACK_BOUNDARY against BIGGEST_ALIGNMENT at run time instead of at compile time.

(allocate_dynamic_stack_space): Test STACK_BOUNDARY against
BIGGEST_ALIGNMENT at run time instead of at compile time.  Give
MUST_ALIGN macro a value, and test this value in if statements.

From-SVN: r9263

29 years ago(valid_machine_attribute): Now receive name and args.
Richard Kenner [Thu, 30 Mar 1995 13:59:39 +0000 (08:59 -0500)]
(valid_machine_attribute): Now receive name and args.

From-SVN: r9262

29 years ago(enum attrs): New enum class.
Richard Kenner [Thu, 30 Mar 1995 13:59:11 +0000 (08:59 -0500)]
(enum attrs): New enum class.

(attrtab, attrtab_idx): New variables.
(add_attribute, init_attributes): New functions.
(decl_attributes): Major rewrite.

From-SVN: r9261

29 years agoNow have 27 shift/reduce conflicts.
Richard Kenner [Thu, 30 Mar 1995 13:58:33 +0000 (08:58 -0500)]
Now have 27 shift/reduce conflicts.

(attribute_list): Just make chain of all attributes.
(attrib): Consistently put name as PURPOSE, args, if any, as VALUE.
(structsp): Allow attributes on any struct or union.

From-SVN: r9260

29 years agoUse the phrase `preprocessing directive' consistently.
Richard Kenner [Thu, 30 Mar 1995 12:28:26 +0000 (07:28 -0500)]
Use the phrase `preprocessing directive' consistently.

From-SVN: r9259

29 years ago(handle_directive, do_line, skip_if_group): Use the phrase `preprocessing directive...
Richard Kenner [Thu, 30 Mar 1995 12:27:50 +0000 (07:27 -0500)]
(handle_directive, do_line, skip_if_group): Use the phrase `preprocessing directive' consistently.

(handle_directive, do_line, skip_if_group): Use the phrase `preprocessing
directive' consistently.
(output_line_directive): Renamed from output_line_command.
(no_line_directives): Renamed from no_line_commands.

From-SVN: r9258

29 years ago(rescan): Don't recognize preprocessing directives within macro args.
Richard Kenner [Thu, 30 Mar 1995 12:19:57 +0000 (07:19 -0500)]
(rescan): Don't recognize preprocessing directives within macro args.

Warn if one is found.

From-SVN: r9257

29 years agoExtensive modifications to use ELF format as default.
Richard Kenner [Thu, 30 Mar 1995 11:20:09 +0000 (06:20 -0500)]
Extensive modifications to use ELF format as default.

(LIB_SPEC): Don't use libc_p.a for -p. don't use libg.a unless for -ggdb.
(LINUX_DEFAULT_ELF): Defined.

From-SVN: r9256

29 years agoInitial revision
Richard Kenner [Thu, 30 Mar 1995 11:18:41 +0000 (06:18 -0500)]
Initial revision

From-SVN: r9255

29 years ago* libgcc2.c (__throw_type_match): Update to use new calling convention.
Mike Stump [Thu, 30 Mar 1995 00:10:54 +0000 (00:10 +0000)]
* libgcc2.c (__throw_type_match): Update to use new calling convention.

From-SVN: r9254

29 years ago(process_command): Delete code modifying gcc_exec_prefix.
Jim Wilson [Wed, 29 Mar 1995 23:10:28 +0000 (15:10 -0800)]
(process_command): Delete code modifying gcc_exec_prefix.

(main): Put it here after last use of gcc_exec_prefix.  For cross
compiler, set startfile_prefixes if gcc_exec_prefix is set and
standard_startfile_prefix is a relative path.

From-SVN: r9253

29 years ago(make_compound_operation, AND case): Undo July 7, 1994
Jim Wilson [Wed, 29 Mar 1995 23:02:10 +0000 (15:02 -0800)]
(make_compound_operation, AND case): Undo July 7, 1994
change.

From-SVN: r9252

29 years ago(call_internal1, call_value_internal1): Move %* from start
Jim Wilson [Wed, 29 Mar 1995 22:53:59 +0000 (14:53 -0800)]
(call_internal1, call_value_internal1): Move %* from start
of assembler output to immediately before the jal.

From-SVN: r9251

29 years ago(function_prologue): Put SDB_DEBUGGING_INFO ifdef around code for SDB_DEBUG support.
Jim Wilson [Wed, 29 Mar 1995 22:44:35 +0000 (14:44 -0800)]
(function_prologue): Put SDB_DEBUGGING_INFO ifdef around code for SDB_DEBUG support.

(function_prologue): Put SDB_DEBUGGING_INFO ifdef around
code for SDB_DEBUG support.
(mips_select_rtx_section, mips_select_section): Change rdata_section
to READONLY_DATA_SECTION and sdata_section to SMALL_DATA_SECTION.

From-SVN: r9250

This page took 0.097819 seconds and 5 git commands to generate.