- 02 Apr, 1995 1 commit
-
-
(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 16 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 -
(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
Jim Wilson committed -
From-SVN: r9262
Richard Kenner committed -
(attrtab, attrtab_idx): New variables. (add_attribute, init_attributes): New functions. (decl_attributes): Major rewrite. From-SVN: r9261
Richard Kenner committed -
(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
Richard Kenner committed -
From-SVN: r9259
Richard Kenner committed -
(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
Richard Kenner committed -
Warn if one is found. From-SVN: r9257
Richard Kenner committed -
(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
Richard Kenner committed -
From-SVN: r9255
Richard Kenner committed -
From-SVN: r9254
Mike Stump committed
-
- 29 Mar, 1995 3 commits
-
-
(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
Jim Wilson committed -
change. From-SVN: r9252
Jim Wilson committed -
of assembler output to immediately before the jal. From-SVN: r9251
Jim Wilson committed
-