1. 24 Aug, 2001 15 commits
  2. 23 Aug, 2001 21 commits
  3. 22 Aug, 2001 4 commits
    • Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. · cb7d9f67
      From-SVN: r45115
      Anthony Green committed
    • pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for variable i. · 85f3e748
      	* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
      	variable i.
      	* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
      
      From-SVN: r45114
      John David Anglin committed
    • fibheap.c (fibheap_init, [...]): Remove. · ffb9435b
       	* fibheap.c (fibheap_init, fibnode_init): Remove.
       	(fibheap_new, fibnode_new): Use xcalloc to allocate and
       	initialize memory.
       	(fibheap_insert): Remove check for node allocation failure.
      
      From-SVN: r45113
      Matt Kraai committed
    • cpperror.c (print_location): Don't show _Pragma. · 29401c30
      	* cpperror.c (print_location): Don't show _Pragma.
      	* cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
      	and file change callback generation here.
      	(stack_include_file): Update use of cpp_push_buffer.
      	* cpphash.h (_cpp_pop_file_buffer): Update prototype.
      	(struct cpp_buffer): Remove type, pfile members.
      	* cppinit.c (cpp_handle_option): Use free_chain.
      	* cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
      	(skip_escaped_newlines, get_effective_char, lex_percent): Take
      	a cpp_reader rather than a cpp_buffer.
      	(skip_escaped_newlines, get_effective_char, skip_block_comment,
      	skip_line_comment, parse_string, lex_percent, lex_dot,
      	_cpp_lex_token): Update accordingly.
      	* cpplib.c (_cpp_pop_buffer): Don't do file change callback
      	generation here.
      	(cpp_push_buffer): Update prototype.
      	(run_directive): Update use of cpp_push_buffer.
      	(_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
      	handle_assertion): Update use of run_directive.
      	* cpplib.h (enum cpp_buffer_type): Remove.
      	(cpp_push_buffer): Update prototype.
      	* fix-header.c (read_scan_file): Update.
      
      From-SVN: r45112
      Neil Booth committed