aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/elxsi
AgeCommit message (Collapse)AuthorFilesLines
1996-10-16* exlsi.h (CHECK_FLOAT_VALUE): Removed.Mike Stump1-21/+0
From-SVN: r12970
1996-09-21(USER_LABEL_PREFIX): Define instead of ASM_OUTPUT_LABELREF.Richard Kenner1-5/+4
From-SVN: r12750
1996-03-29calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law1-1/+1
* calls.c (expand_call): Remove current_call_is_indirect nonsense. Add additional argument to INIT_CUMULATIVE_ARGS. (emit_library_call): Likewise. (emit_library_call_value): Likewise. * expr.c (expand_builtin): Likewise. * function.c (assign_parms): Likewise. * cp/method.c (emit_thunk): Likewise. * config/pa/pa.h (hppa_args): New field "indirect". (INIT_CUMULATIVE_ARGS): Initialize "indirect" field. (FUNCTION_ARG): Check "indirect" field, rather than "current_call_is_indirect". * All other backends updated with new argument to INIT_CUMULATIVE_ARGS From-SVN: r11641
1995-06-15Change FSF address.Richard Kenner1-1/+2
From-SVN: r9985
1995-06-15Update FSF address.Richard Kenner3-3/+6
From-SVN: r9975
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
From-SVN: r9711
1995-02-21Added arg to RETURN_POPS_ARGS.Richard Kenner1-3/+4
From-SVN: r8999
1994-11-07(one_cmplsi2): Fix typo in NOT mode.Torbjorn Granlund1-1/+1
From-SVN: r8401
1994-04-10Remove references to LSHIFT and lshlsi3.Richard Kenner1-12/+3
From-SVN: r7016
1993-10-02(CPP_PREDEFINES): Add system/cpu/machine assertions where missing.Doug Evans1-1/+1
From-SVN: r5557
1993-09-28(ASM_OUTPUT_SOURCE_FILENAME): Quote special characters in file names.Paul Eggert1-1/+4
From-SVN: r5493
1993-06-26Remove #define of alloca to __builtin_alloca.Richard Kenner1-6/+1
From-SVN: r4756
1993-05-03(BITS_BIG_ENDIAN): Define to zero.Jim Wilson1-1/+1
From-SVN: r4316
1993-03-31define CONSTANT_ADDRESS_P(X) to not use CONST_DOUBLEBrendan Kehoe1-1/+4
From-SVN: r3954
1993-01-25Delete emacs local-variables block at end.Richard Kenner1-12/+0
From-SVN: r3342
1993-01-10# Fix misspellings in comments.Paul Eggert1-3/+3
From-SVN: r3179
1992-11-10(GO_IF_LEGITIMATE_ADDRESS): Verify that register is valid for use as base...Richard Stallman1-6/+10
(GO_IF_LEGITIMATE_ADDRESS): Verify that register is valid for use as base register (un-allocated pseudos aren't when strict). From-SVN: r2731
1992-11-07entered into RCSRichard Stallman1-0/+126
From-SVN: r2710
1992-10-15entered into RCSMike Stump4-0/+2467
From-SVN: r2482