1. 10 Apr, 1999 5 commits
    • rtl.h (rebuild_jump_labels): Declare. · c4403371
              * rtl.h (rebuild_jump_labels): Declare.
              * jump.c (jump_optimize_1): Renamed from jump_optimize.  Make static.
              Add new argument MARK_LABELS_ONLY.  Quit after mark_all_labels if
              requested.
              (jump_optimize, rebuild_jump_labels): New wrapper functions for
              jump_optimize_1.
              * toplev.c (rest_of_compilation): Use rebuild_jump_labels instead of
              running the entire jump optimizer.
      
      From-SVN: r26327
      Jeffrey A Law committed
    • Fix thinko in last ChangeLog entry. · 5d90cd8f
      From-SVN: r26326
      Jeff Law committed
    • pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax. · d14ff9bd
      1999-04-09  Joseph S. Myers  <jsm28@cam.ac.uk>
      	* pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax.
      	(TARGET_DEFAULT): Possibly use UNIX syntax.
      	(TARGET_UNIX_ASM, TARGET_UNIX_ASM_DEFAULT): New macros.
      	(REGISTER_NAMES): Use "r5" instead of "fp".
      	(ASM_OUTPUT_ALIGN): Use ".even" directive, and abort for any
      	greater alignment.
      	* 2bsd.h (TARGET_UNIX_ASM_DEFAULT): Default to UNIX assembler
      	syntax for 2BSD.
      	* pdp11.c (output_ascii): Use working syntax for ".byte".
      	(print_operand_address): Use "*" instead of "@" when using UNIX
      	assembler syntax.
      
      From-SVN: r26325
      Joseph Myers committed
    • rtl.h (local_alloc): Returns an integer now. · 3f1b9b1b
              * rtl.h (local_alloc): Returns an integer now.
              * local-alloc.c (recorded_label_ref): New file scoped variable.
              (local_alloc): Initialize recorded_label_ref to zero.  Return its
              value when local allocation has completed.
              (update_equiv_regs); If we create an equivalence for a LABEL_REF,
              set recorded_label_ref.
              * toplev.c (rest_of_compilation): Run the loop optimizer after
              register allocation and reloading if needed.
      
      From-SVN: r26324
      Jeffrey A Law committed
    • Daily bump. · d1c13bda
      From-SVN: r26323
      Jeff Law committed
  2. 09 Apr, 1999 19 commits
  3. 08 Apr, 1999 16 commits