1. 03 Nov, 2003 2 commits
  2. 02 Nov, 2003 16 commits
  3. 01 Nov, 2003 17 commits
  4. 31 Oct, 2003 5 commits
    • pa.c (pa_select_section): Use new style declaration. · 24a52160
      	* pa.c (pa_select_section): Use new style declaration.
      	* som.h (readonly_data): Likewise.
      
      From-SVN: r73160
      John David Anglin committed
    • * config/rs6000/rs6000.c: Update to C90 prototypes. · 38f391a5
      From-SVN: r73159
      Kelley Cook committed
    • Bah! Missed PR no again! · 4a3a957b
      PR target/7513
      * arm.h (CONDITIONAL_REGISTER_USAGE): Disable use of LR in Thumb
      code.
      
      From-SVN: r73158
      Richard Earnshaw committed
    • arm.h (CONDITIONAL_REGISTER_USAGE): Disable use of LR in Thumb code. · fb14bc89
      * arm.h (CONDITIONAL_REGISTER_USAGE): Disable use of LR in Thumb
      code.
      
      From-SVN: r73157
      Richard Earnshaw committed
    • 2003-10-31 Andreas Jaeger <aj@suse.de>, · a30794da
                  Zack Weinberg  <zack@codesourcery.com>
      
      
              * crtstuff.c (__register_frame_info, __register_frame_info_bases)
              (__deregister_frame_info, __deregister_frame_info_bases):
              Constify void * argument.
              * unwind-dw2-fde.h (struct fde_vector):
              Constify 'orig_data' and 'array' fields.
              (__register_frame_info, __register_frame_info_bases)
              (__deregister_frame_info, __deregister_frame_info_bases):
              Constify void * argument.
              (get_cie, next_fde, _Unwind_Find_FDE): Constify arguments,
              return values, and casts of type fde *, struct dwarf_fde *,
              and struct dwarf_cie *.
              * unwind-dw2-fde.c (__register_frame_info, __register_frame_info_bases)
              (__deregister_frame_info, __deregister_frame_info_bases):
              Constify void * argument.
              (get_cie_encoding, ): Constify struct dwarf_cie * argument.
              (get_fde_encoding, fde_unencoded_compare, fde_single_encoding_compare)
              (fde_mixed_encoding_compare, fde_compare_t, start_fde_sort, fde_insert)
              fde_split, SWAP, frame_downheap, frame_heapsort)
              (classify_object_over_fdes, add_fdes, linear_search_fdes,
              binary_search_unencoded_fdes, binary_search_single_encoding_fdes,
              binary_search_mixed_encoding_fdes, search_object, _Unwind_Find_FDE):
              Constify arguments, local variables, return values, and casts
              of type fde *, fde **, struct dwarf_fde *, and struct dwarf_cie *.
              Use const pointer types in sizeof expressions, for clarity.
              * unwind-dw2-fde-glibc.c
              (_Unwind_find_registered_FDE, _Unwind_find_FDE): Constify return value.
              (struct unw_eh_callback_data): Constify 'ret' field.
      
      Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
      
      From-SVN: r73155
      Andreas Jaeger committed