and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 18 Jun, 2001 4 commits
  2. 14 Jun, 2001 2 commits
  3. 13 Jun, 2001 2 commits
  4. 12 Jun, 2001 2 commits
  5. 11 Jun, 2001 2 commits
    • Alan Modra's avatar
      Merge from mainline. · 52ba9a22
      Alan Modra authored
      52ba9a22
    • nobody's avatar
      This commit was manufactured by cvs2svn to create branch 'binutils- · d0eca369
      nobody authored
      2_11-branch'.
      
      Cherrypick from master 2001-06-11 01:07:02 UTC H.J. Lu <hjl.tools@gmail.com> '2001-06-10  H.J. Lu  <hjl@gnu.org>':
          binutils/testsuite/binutils-all/readelf.ss-tmips
          gas/testsuite/gas/elf/section2.e
          gas/testsuite/gas/elf/section2.e-mips
          gas/testsuite/gas/elf/section2.l
          gas/testsuite/gas/elf/section2.s
          gas/testsuite/gas/mips/elf-rel3.d
          gas/testsuite/gas/mips/elf-rel3.s
          gas/testsuite/gas/mips/elfel-rel3.d
          gas/testsuite/gas/mips/mipsel16-f.d
          gas/testsuite/gas/mips/telempic.d
          gas/testsuite/gas/mips/tempic.d
          gas/testsuite/gas/mips/tmips16-e.d
          gas/testsuite/gas/mips/tmipsel16-e.d
          ld/testsuite/ld-shared/symbolic.dat
      d0eca369
  6. 10 Jun, 2001 3 commits
  7. 09 Jun, 2001 2 commits
  8. 08 Jun, 2001 1 commit
    • Alan Modra's avatar
      * ldlang.c (record_bfd_errors): Remove. · c00a5ef0
      Alan Modra authored
      	Merge from mainline.
      	2001-05-31  H.J. Lu  <hjl@gnu.org>
      	* ldlang.c (open_input_bfds): Don't change the bfd error
      	handler whilst loading symbols.
      
      	2001-05-02  Nick Clifton  <nickc@redhat.com>
      	* emultempl/aix.em: Replace buystring with xstrdup.
      	* emultempl/beos.em: Replace buystring with xstrdup.
      c00a5ef0
  9. 07 Jun, 2001 1 commit
  10. 06 Jun, 2001 3 commits
  11. 31 May, 2001 1 commit
  12. 30 May, 2001 2 commits
  13. 28 May, 2001 8 commits
    • Phil Blundell's avatar
      Update · faa8a7a1
      Phil Blundell authored
      faa8a7a1
    • Phil Blundell's avatar
      From 2001-02-07 David Mosberger <davidm@hpl.hp.com> · f609aa37
      Phil Blundell authored
      	* readelf.c (process_unwind): New function.
      	(slurp_ia64_unwind_table): Ditto.
      	(dump_ia64_unwind): Ditto.
      	(find_symbol_for_address): Ditto.
      	(slurp_rela_relocs): New function (split off from dump_relocations()).
      	(slurp_rel_relocs): Ditto.
      	(parse_args): Handle '-u' option.
      	* unwind-ia64.c: New file.
      	* unwind-ia64.h: New file.
      	* Makefile.am: Include unwind-ia64.c in readelf build.
      	* Makefile.in: Regenerate.
      	* po/binutils.pot: Regenerate.
      f609aa37
    • Phil Blundell's avatar
      2001-05-28 Philip Blundell <philb@gnu.org> · cd83c529
      Phil Blundell authored
      	From 2001-05-28  Andreas Jaeger  <aj@suse.de>
      	* readelf.c (display_debug_frames): Fix warnings: Remove unused
      	variables, fix format strings.
      
      	From 2001-05-16  Richard Henderson  <rth@redhat.com>
      	* readelf.c (do_debug_frames_interp): New.
      	(byte_get_little_endian): If BFD64, always read entire 8-byte fields.
      	(byte_get_big_endian): Likewise.
      	(parse_args) ['F']: Set do_debug_frames_interp.
      	(Frame_Chunk): Make data_factor signed, add fde_encoding.
      	(frame_display_row): Don't trunc pc_begin to int.
      	(size_of_encoded_value): New.
      	(display_debug_frames): Handle 64-bit targets.  Print raw data
      	unless do_debug_frames_interp.
      	(debug_displays): Remove duplicate .debug_frame.
      
      	From 2001-05-15  Ralf Baechle  <ralf@gnu.org>
      	* readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
      	The former constant was never in active use and is used otherwise
      	by the ABI.
      
      	From 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
      	* readelf.c (process_unwind): Print all unwind sections, not just
      	one.
      
      	From 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
      	* readelf.c (process_unwind): Remove const specifier.
      
      	From 2001-03-30  H.J. Lu  <hjl@gnu.org>
      	* readelf.c (process_unwind): Just return if do_unwind is 0.
      
      	From 2001-03-29  H.J. Lu  <hjl@gnu.org>
      	* readelf.c (process_unwind): Only do unwind sections for
      	IA64.
      
      	From 2001-02-28  Nick Clifton  <nickc@redhat.com>
      	* readelf.c: (struct unw_aux_info): Remove const modifier for
      	'strtab' field.
      	(process_unwind): Remove non-K&R compliant LHS type cast in call
      	to GET_DATA_ALLOC macro.
      
      	From 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
      	* readelf.c (struct unw_aux_info): Remove const from the info member.
      	(process_unwind): Don't type-cast the third argument to the
      	GET_DATA_ALLOC macro.
      
      	From 2001-02-11  Nick Clifton  <nickc@redhat.com>
      	* readelf.c (dump_relocations): Free corrected allocated
      	array.
      	(process_unwind): Fix compile time warning.
      
      	From 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
      	* readelf.c (process_unwind): New function.
      	(slurp_ia64_unwind_table): Ditto.
      	(dump_ia64_unwind): Ditto.
      	(find_symbol_for_address): Ditto.
      	(slurp_rela_relocs): New function (split off from dump_relocations()).
      	(slurp_rel_relocs): Ditto.
      	(parse_args): Handle '-u' option.
      	* unwind-ia64.c: New file.
      	* unwind-ia64.h: New file.
      	* Makefile.am: Include unwind-ia64.c in readelf build.
      	* Makefile.in: Regenerate.
      	* po/binutils.pot: Regenerate.
      cd83c529
    • Phil Blundell's avatar
      2001-05-28 Philip Blundell <philb@gnu.org> · 72644626
      Phil Blundell authored
      	From 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
      	* elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
      	(ELF_STRING_ia64_unwind_info_once): Define.
      72644626
    • Phil Blundell's avatar
      2001-05-28 Nicolas Pitre <nico@cam.org> · efcd888d
      Phil Blundell authored
      	* elf32-arm.h: Fix PLT generation for big endian ARM.
      efcd888d
    • Nick Clifton's avatar
    • Nick Clifton's avatar
      Implemnent .uahword .uaword and .uaxword · 4bb90ed1
      Nick Clifton authored
      4bb90ed1
    • nobody's avatar
      This commit was manufactured by cvs2svn to create branch 'binutils- · f409a75e
      nobody authored
      2_11-branch'.
      
      Cherrypick from master 2001-05-28 09:23:54 UTC Nick Clifton <nickc@redhat.com> 'Add support for .uahword, .uaword and .uaxword pseudo ops':
          gas/testsuite/gas/mips/e32el-rel2.d
          gas/testsuite/gas/mips/elfel-rel.d
          gas/testsuite/gas/mips/elfel-rel2.d
          gas/testsuite/gas/sparc/unalign.d
          gas/testsuite/gas/sparc/unalign.s
      f409a75e
  14. 23 May, 2001 3 commits
  15. 15 May, 2001 1 commit
  16. 14 May, 2001 3 commits
    • Richard Henderson's avatar
      * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment; · 2206ccf8
      Richard Henderson authored
              also collect whether to expect an FDE augmentation.
              (check_eh_frame): Rewrite as a state machine.  Track where in
              an FDE we are located, skip any augmentation.
              (eh_frame_estimate_size_before_relax): Get code alignment from
              the fragment subtype.
              (eh_frame_relax_frag, eh_frame_convert_frag): Likewise.
              * read.c (emit_leb128_expr): Call check_eh_frame.
      2206ccf8
    • Richard Henderson's avatar
      * gas/elf/ehopt0.s: New. · aba087b1
      Richard Henderson authored
              * gas/elf/ehopt0.d: New.
              * gas/elf/elf.exp: Run it.
      aba087b1
    • nobody's avatar
      This commit was manufactured by cvs2svn to create branch 'binutils- · a75a7441
      nobody authored
      2_11-branch'.
      
      Cherrypick from master 2001-05-14 22:37:31 UTC Richard Henderson <rth@redhat.com> '        * gas/elf/ehopt0.s: New.':
          bfd/peXXigen.c
          bfd/po/BLD-POTFILES.in
          bfd/po/SRC-POTFILES.in
          binutils/unwind-ia64.c
          binutils/unwind-ia64.h
          gas/testsuite/gas/elf/ehopt0.d
          gas/testsuite/gas/elf/ehopt0.s
          gas/testsuite/gas/i386/intelpic.d
          gas/testsuite/gas/i386/intelpic.s
          gas/testsuite/gas/i386/relax.d
          gas/testsuite/gas/i386/relax.s
          gprof/acconfig.h
          ld/emulparams/elf32ltsmip.sh
          ld/emulparams/elf64btsmip.sh
          ld/emulparams/elf64ltsmip.sh
          libiberty/lbasename.c
      a75a7441