OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
25 years agoReplace assert (about endianism) with an error message
nickc [Fri, 7 May 1999 07:44:10 +0000 (07:44 +0000)]
Replace assert (about endianism) with an error message

25 years agoREstore mcore support (duh!)
nickc [Fri, 7 May 1999 07:40:00 +0000 (07:40 +0000)]
REstore mcore support (duh!)

25 years agofix output format.
nickc [Fri, 7 May 1999 07:34:06 +0000 (07:34 +0000)]
fix output format.

25 years agorestore. (Duh!)
nickc [Fri, 7 May 1999 07:33:43 +0000 (07:33 +0000)]
restore.  (Duh!)

25 years ago * config/tc-i386.c (i386_immediate): Skip whitespace before
rth [Thu, 6 May 1999 23:16:35 +0000 (23:16 +0000)]
    * config/tc-i386.c (i386_immediate): Skip whitespace before
        complaining about junk after expression.
        (i386_displacement): Likewise.

25 years ago * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
rth [Thu, 6 May 1999 20:59:13 +0000 (20:59 +0000)]
    * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.
        * getruntime.c: Only attempt to include sys/resource.h and
        use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H
        are defined.

25 years ago * symbols.c (symbol_find_base): Use memcpy instead of strcpy.
rth [Thu, 6 May 1999 19:52:28 +0000 (19:52 +0000)]
    * symbols.c (symbol_find_base): Use memcpy instead of strcpy.
        Don't copy before downcaseing.

25 years agoFred Fish <fnf@be.com>
rth [Thu, 6 May 1999 17:12:01 +0000 (17:12 +0000)]
Fred Fish  <fnf@be.com>
        * dwarf2.c (read_abbrevs): Change cast of dwarf_abbrev_buffer
        assignment from "unsigned char *" to "char *".
        (decode_line_info): Likewise for dwarf_line_buffer assignment.

25 years ago * rename.c (smart_rename): Fix test of whether file exists.
ian [Thu, 6 May 1999 11:03:31 +0000 (11:03 +0000)]
* rename.c (smart_rename): Fix test of whether file exists.

25 years agoSet display_endian based on target endianism.
nickc [Thu, 6 May 1999 07:41:55 +0000 (07:41 +0000)]
Set display_endian based on target endianism.

25 years agoRemove traces of mcore.
nickc [Thu, 6 May 1999 07:20:18 +0000 (07:20 +0000)]
Remove traces of mcore.

25 years agoremove mentions of mcore.
nickc [Thu, 6 May 1999 07:08:37 +0000 (07:08 +0000)]
remove mentions of mcore.

25 years agoCurrently CYGNUS local
nickc [Thu, 6 May 1999 07:07:54 +0000 (07:07 +0000)]
Currently CYGNUS local

25 years agoInitial revision
shebs [Wed, 5 May 1999 21:45:13 +0000 (21:45 +0000)]
Initial revision

25 years agoInitial revision
shebs [Wed, 5 May 1999 21:44:03 +0000 (21:44 +0000)]
Initial revision

25 years ago * dlltool.c (interwork): Remove.
clm [Wed, 5 May 1999 19:02:13 +0000 (19:02 +0000)]
    * dlltool.c (interwork): Remove.
        (arm_interwork_jtab): Use bx insn.
        (thumb_jtab): Likewise.
        (MARM_INTERWORK): New machine type.
        (rvaafter): Handle it.
        (rvabefore) Likewise.
        (asm_prefix): Likewise.
        (gen_exp_type): Check machine type instead of
        interwork flag.
        (make_one_lib_file): Likewise.
        (make_head): Likewise.
        (make_tail): Likewise.
        (usage): Update machine types.
        (main): Remove -interwork support.

25 years ago * coff-arm.c (coff_arm_relocate_section): Add one to
clm [Wed, 5 May 1999 18:56:24 +0000 (18:56 +0000)]
    * coff-arm.c (coff_arm_relocate_section):  Add one to
        address of ARM_RVA32 thumb functions.

25 years agoRemove extra copy of elf32_m68k_copy_private_bfd_data.
clm [Wed, 5 May 1999 11:34:29 +0000 (11:34 +0000)]
Remove extra copy of elf32_m68k_copy_private_bfd_data.

25 years ago * readelf.c (get_machine_flags): Check for EF_CPU32.
clm [Wed, 5 May 1999 11:00:54 +0000 (11:00 +0000)]
   * readelf.c (get_machine_flags):  Check for EF_CPU32.
        (get_data_encoding): Fix typo.

25 years ago * tc-m68k.c: Include elf/m68k.h.
clm [Wed, 5 May 1999 10:58:57 +0000 (10:58 +0000)]
    * tc-m68k.c: Include elf/m68k.h.
        (m68k_elf_final_processing): New routine.
        * tc-m68k.h (elf_tc_final_processing m68k_elf_final_processing):
        Define.

25 years ago * m68k.h (EF_CPU32): Define.
clm [Wed, 5 May 1999 10:57:15 +0000 (10:57 +0000)]
    * m68k.h (EF_CPU32): Define.

25 years ago * elf32-m68k.c (elf32_m68k_set_private_flags): New.
clm [Wed, 5 May 1999 10:56:17 +0000 (10:56 +0000)]
   * elf32-m68k.c (elf32_m68k_set_private_flags): New.
        (elf32_m68k_copy_private_bfd_data): New.
        (elf32_m68k_merge_private_bfd_data): New.
        (elf32_m68k_print_private_bfd_data): New.
        (CPU32_FLAG): Define.
        (PLT_CPU32_ENTRY_SIZE): Define.
        (elf_cpu32_plt0_entry): Declare.
        (elf_cpu32_plt_entry): Declare.
        (elf_m68k_adjust_dynamic_symbol): Generate cpu32 plt entries.
        (elf_m68k_finish_dynamic_symbol): Likewise.
        (elf_m68k_finish_dynamic_sections): Likewise.
        (elf_backend_plt_header_size): Remove definition.
        (bfd_elf32_bfd_copy_private_bfd_data): Define.
        (bfd_elf32_bfd_merge_private_bfd_data): Define.
        (bfd_elf32_bfd_set_private_flags): Define.
        (bfd_elf32_bfd_print_private_bfd_data): Define.

25 years agoRemove pregenerated info file
shebs [Tue, 4 May 1999 18:52:32 +0000 (18:52 +0000)]
Remove pregenerated info file

25 years ago * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a
law [Mon, 3 May 1999 09:26:27 +0000 (09:26 +0000)]
    * config/tc-hppa.c (md_apply_fix): Handle 22 bit fmt insn like a
        17 bit fmt insn.

25 years agoM
law [Mon, 3 May 1999 09:12:29 +0000 (09:12 +0000)]
M
        * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
        and R_LONG_PCREL_MODE.

25 years agoÿ
law [Mon, 3 May 1999 09:12:28 +0000 (09:12 +0000)]
ÿ
        * som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
        and R_LONG_PCREL_MODE.

25 years agoInitial revision
rth [Mon, 3 May 1999 07:29:06 +0000 (07:29 +0000)]
Initial revision

25 years agoInitial revision
rth [Mon, 3 May 1999 07:28:54 +0000 (07:28 +0000)]
Initial revision

25 years agoInitial revision
rth [Mon, 3 May 1999 07:28:39 +0000 (07:28 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:33:01 +0000 (01:33 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:30:31 +0000 (01:30 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:26:45 +0000 (01:26 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:26:18 +0000 (01:26 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:25:38 +0000 (01:25 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:24:18 +0000 (01:24 +0000)]
Initial revision

25 years agoInitial revision
shebs [Tue, 27 Apr 1999 01:23:18 +0000 (01:23 +0000)]
Initial revision

25 years agoNot part of the sources
shebs [Mon, 26 Apr 1999 17:33:46 +0000 (17:33 +0000)]
Not part of the sources

25 years agoNot part of the sources
shebs [Mon, 26 Apr 1999 17:28:49 +0000 (17:28 +0000)]
Not part of the sources

25 years agoInitial revision
shebs [Fri, 16 Apr 1999 01:34:49 +0000 (01:34 +0000)]
Initial revision

25 years agoInitial revision
shebs [Fri, 16 Apr 1999 01:33:56 +0000 (01:33 +0000)]
Initial revision