1. 01 Apr, 1995 10 commits
    • Remove unneeded fixes relating to __stdcall. · 9e5a8d47
      From-SVN: r9287
      Richard Kenner committed
    • Remove unneeded #define's for non-ANSI functions. · b2d189f4
      From-SVN: r9286
      Richard Kenner committed
    • (LIB_SPEC): Add OLDNAMES.LIB. · 9863b14c
      From-SVN: r9285
      Richard Kenner committed
    • (cse_insn): When emitting a BARRIER, don't put it after a deleted · 783e5bca
      insn.
      
      From-SVN: r9283
      Richard Kenner committed
    • (push_reload): Initialize secondary_{in,out}_icode. · a229128d
      From-SVN: r9282
      Richard Kenner committed
    • (print_multilib_info): Don't use LAST_PATH if not set. · 665bf351
      From-SVN: r9281
      Richard Kenner committed
    • (extv, extzv): Don't use immediate value for operand 1. · d0d99d5f
      From-SVN: r9280
      Richard Kenner committed
    • General code cleanup. · 25cbb59e
      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
  2. 31 Mar, 1995 8 commits
  3. 30 Mar, 1995 16 commits
  4. 29 Mar, 1995 6 commits