- 03 Apr, 1995 7 commits
-
-
(num_sign_bit_copies, case REG): Likewise. From-SVN: r9303
Richard Kenner committed -
From-SVN: r9302
Jim Wilson committed -
From-SVN: r9301
Jim Wilson committed -
From-SVN: r9300
Jason Merrill committed -
From-SVN: r9299
Michael Meissner committed -
From-SVN: r9298
Mike Stump committed -
From-SVN: r9297
Roland McGrath committed
-
- 02 Apr, 1995 7 commits
-
-
compare of A and B when the compare is unsigned. From-SVN: r9296
Jim Wilson committed -
_BSD_VA_LIST_. From-SVN: r9295
Richard Kenner committed -
From-SVN: r9294
Richard Kenner committed -
From-SVN: r9293
Richard Kenner committed -
From-SVN: r9292
Richard Kenner committed -
From-SVN: r9291
Richard Kenner committed -
(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
Richard Kenner committed
-
- 01 Apr, 1995 12 commits
-
-
From-SVN: r9289
Jason Merrill committed -
From-SVN: r9288
Richard Kenner committed -
From-SVN: r9287
Richard Kenner committed -
From-SVN: r9286
Richard Kenner committed -
From-SVN: r9285
Richard Kenner committed -
From-SVN: r9284
Richard Kenner committed -
insn. From-SVN: r9283
Richard Kenner committed -
From-SVN: r9282
Richard Kenner committed -
From-SVN: r9281
Richard Kenner committed -
From-SVN: r9280
Richard Kenner committed -
From-SVN: r9279
Richard Kenner committed -
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
Richard Kenner committed
-
- 31 Mar, 1995 8 commits
-
-
From-SVN: r9277
Richard Kenner committed -
From-SVN: r9276
Ken Raeburn committed -
From-SVN: r9275
Michael Meissner committed -
From-SVN: r9274
Richard Kenner committed -
From-SVN: r9273
Richard Kenner committed -
written into. From-SVN: r9272
Richard Kenner committed -
From-SVN: r9271
Richard Kenner committed -
From-SVN: r9270
Richard Kenner committed
-
- 30 Mar, 1995 6 commits
-
-
From-SVN: r9269
Jason Merrill committed -
(get_last_value): Revert back to use prev_nonnote_insn instead of prev_real_insn. Modify test that ignores USE insns. From-SVN: r9268
Jim Wilson committed -
From-SVN: r9267
Jim Wilson committed -
From-SVN: r9266
Richard Kenner committed -
From-SVN: r9265
Richard Kenner committed -
(internal_build_compound_expr): Warn if LHS of comma expression has no side effects, or computes value which is not used. From-SVN: r9264
Richard Kenner committed
-