deliverable/binutils-gdb.git
28 years agosanitize changelog.2
Ken Raeburn [Sun, 3 Sep 1995 07:08:36 +0000 (07:08 +0000)] 
sanitize changelog.2

28 years ago * gdb.base/setvar.exp: Add new testcases for truncation when
Peter Schauer [Sat, 2 Sep 1995 13:49:32 +0000 (13:49 +0000)] 
* gdb.base/setvar.exp:  Add new testcases for truncation when
assigning invalid values to bitfields.

28 years ago * configure.in: Explicitly `exit 0' for broken shells.
Peter Schauer [Sat, 2 Sep 1995 13:48:16 +0000 (13:48 +0000)] 
* configure.in:  Explicitly `exit 0' for broken shells.
* configure:  Rebuilt.

* symtab.c (list_symbols):  Add missing blank after
`<function, no debug info>' output.

* valops.c (value_assign):  Handle truncation when assigning
to bitfields. Use value_copy to construct the return value
from toval.
* values.c (value_copy):  Copy VALUE_FRAME and VALUE_OPTIMIZED_OUT.

28 years ago * gdb.base/callfuncs.exp (do_function_calls): Remove
Fred Fish [Sat, 2 Sep 1995 07:25:13 +0000 (07:25 +0000)] 
* gdb.base/callfuncs.exp (do_function_calls):  Remove
mips-sgi-irix* xfail for
"call inferior func with struct - returns char *"
and fix test so that an optional (unsigned char *) cast is
  accepted in the result.

28 years agoSplit.
Steve Chamberlain [Sat, 2 Sep 1995 00:24:04 +0000 (00:24 +0000)] 
Split.

28 years ago * Makefile.in (OFILES): Remove $(TDEPFILES).
Ian Lance Taylor [Fri, 1 Sep 1995 22:32:19 +0000 (22:32 +0000)] 
* Makefile.in (OFILES): Remove $(TDEPFILES).
* config/apollo.mt (TDEPFILES): Remove.
* config/README: Update.

28 years ago * configure.in: For a native configuration, set COREFILE and
Ian Lance Taylor [Fri, 1 Sep 1995 22:23:04 +0000 (22:23 +0000)] 
* configure.in: For a native configuration, set COREFILE and
COREFLAG based on the canonical host name.
* configure: Rebuild.
* Makefile.in: Rebuild dependencies.
(ALL_CFLAGS): Add @COREFLAG@.
(OFILES): Replace $(HDEPFILES) with @COREFILE@.
* coff-rs6000.c: Check AIX_CORE rather than HOST_AIX for core file
support routines.  Check LYNX_CORE rather than HOST_LYNX.
* lynx-core.c: Check LYNX_CORE rather than HOST_LYNX.
* i386lynx.c: Likewise.
* m68klynx.c: Likewise.
* sparclynx.c: Likewise.
* rs6000-core.c: Check AIX_CORE rather than HOST_AIX.
* *-core.c: Comment changes.
* config/decstation.mh (HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/irix3.mh (RANLIB): Remove.
* config/irix4.mh (HDEPFILES, RANLIB): Remove.
(HDEFINES): Remove -DIRIX_CORE.
* config/riscos.mh (RANLIB, HDEPFILES): Remove.
(HDEFINES): Remove -DTRAD_CORE.
* config/ncr3000.mh (AR_FLAGS, RANLIB): Remove.
* config/ultra3.mh (RANLIB): Remove.
* config/aix4.mh, config/alphaosf.mh, config/amix.mh: Remove.
* config/apollo.mh, config/delta68.mh, config/delta88.mh: Remove.
* config/dpx2.mh, config/esix.mh, config/harris.mh: Remove.
* config/hp300.mh, config/hp300bsd.mh, config/hppabsd.mh: Remove.
* config/hppahpux.mh, config/hppaosf.mh: Remove.
* config/i386aix.mh, config/i386bsd.mh: Remove.
* config/i386linux.mh, config/i386mach3.mh: Remove.
* config/i386sco.mh, config/i386v.mh, config/i386v4.mh: Remove.
* config/irix5.mh, config/m88kmach3.mh, config/mipsbsd.mh: Remove.
* config/mipsmach3.mh, config/news-mips.mh: Remove.
* config/news.mh, config/pc532mach.mh, config/riscix.mh: Remove.
* config/rs600.mh, config/rs6000lynx.mh: Remove.
* config/solaris2.mh, config/stratus.mh: Remove.
* config/symmetry.mh, config/sysv4.mh, config/tahoe.mh: Remove.
* config/vaxbsd.mh, config/vaxult.mh, config/vaxult2.mh: Remove.

28 years ago * gdb.base/funcargs.exp (float_and_integral_args): Remove
Fred Fish [Fri, 1 Sep 1995 21:01:24 +0000 (21:01 +0000)] 
* gdb.base/funcargs.exp (float_and_integral_args):  Remove
sparc-sun-solaris2* xfail for "print f1 after run to call2a".
* gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
* gdb.base/signals.exp: Remove duplicate "handle all print" test
that accidentally got checked in.

28 years agoFri Sep 1 15:18:50 1995 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
Ian Lance Taylor [Fri, 1 Sep 1995 19:29:43 +0000 (19:29 +0000)] 
Fri Sep  1 15:18:50 1995  Kazumoto Kojima  <kkojima@info.kanagawa-u.ac.jp>

* elflink.h (elf_bfd_final_link): Don't change a DT_INIT or
DT_FINI entry if the appropriate symbol is not in the hash table.

* libelf.h (struct elf_backend_data): Add create_program_headers
and want_hdr_in_seg fields.
* elfxx-target.h (elf_backend_want_hdr_in_seg): Define if not
defined.
(elf_backend_create_program_headers): Likewise.
(elfNN_bed): Initialize create_program_headers and
want_hdr_in_seg.
* elf.c (get_program_header_size): Call create_program_headers
backend routine.
(map_program_segments): Check want_hdr_in_seg backend field.  Call
create_program_headers backend routine.

* elf.c (assign_file_positions_except_relocs): Align non allocated
sections when creating an executable.

* elfcode.h (elf_swap_phdr_in): Make non static.
(elf_swap_phdr_out): Make non static.
* libelf.h (bfd_elf32_swap_phdr_in): Declare.
(bfd_elf32_swap_phdr_out): Declare.
(bfd_elf64_swap_phdr_in): Declare.
(bfd_elf64_swap_phdr_out): Declare.

28 years ago * elflink.h (elf_link_add_object_symbols): Handle indirect and
Ian Lance Taylor [Fri, 1 Sep 1995 18:08:28 +0000 (18:08 +0000)] 
* elflink.h (elf_link_add_object_symbols): Handle indirect and
warning symbols.  If any section is named .gnu.warning.XXX, treat
the contents as a warning to be issued if the symbol XXX is
referenced.
(elf_link_output_extsym): For an indirect or warning symbol, just
output the symbol it points to.

28 years ago * ldmain.c (warning_callback): Add abfd, section, and address
Ian Lance Taylor [Fri, 1 Sep 1995 18:06:53 +0000 (18:06 +0000)] 
* ldmain.c (warning_callback): Add abfd, section, and address
parameters.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Change call to warning accordingly.

* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not
relocateable and not shared, put .gnu.warning.SYMBOL sections into
the .text section.

28 years agoNEC VR4300 target (IDT SIM monitor) support.
Jackie Smith Cashion [Fri, 1 Sep 1995 15:38:07 +0000 (15:38 +0000)] 
NEC VR4300 target (IDT SIM monitor) support.

Fri Sep  1 08:35:16 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * configure.in: Added mips*vr4300-idt-elf* and
        mips*vr4300el-idt-elf* targets.
        * Makefile.in: Added eelf32vr4300* targets.
        * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added.
        * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added.

28 years agoIdeally the "remote-mips.c" prompt spotting code should be updated to
Jackie Smith Cashion [Fri, 1 Sep 1995 15:33:14 +0000 (15:33 +0000)] 
Ideally the "remote-mips.c" prompt spotting code should be updated to
spot different prompts at run-time, so as to avoid having target
specific versions of gdb. This is a pending TODO.

Fri Sep  1 08:25:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * configure (mips64*vr4300*-*-elf): Support added.
        * remote-mips.c (mips_readchar): Change to allow build-time prompt
        string.
        * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT.
        * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h,
        tm-vr4300el.h}: Added.

28 years agoThis change does not affect the MIPS instruction assembly. It is
Jackie Smith Cashion [Fri, 1 Sep 1995 15:22:29 +0000 (15:22 +0000)] 
This change does not affect the MIPS instruction assembly. It is
present only to stop gas complaining when gcc passes through the
"-mcpu=vr4300" switch.

Fri Sep  1 08:20:19 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * config/tc-mips.c (md_parse_option, md_begin, md_show_usage):
        Add support for "-mcpu=vr4300" as processor identifier.

28 years agoFri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
Jackie Smith Cashion [Fri, 1 Sep 1995 15:15:57 +0000 (15:15 +0000)] 
Fri Sep  1 08:12:50 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * config.bfd: Add mips*vr4300-*-elf* target.
        * config/mipsbvr4300.mt: Added.

28 years agoFri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
Jackie Smith Cashion [Fri, 1 Sep 1995 15:08:48 +0000 (15:08 +0000)] 
Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>

        * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
        targets.

28 years ago * scripttempl/a29k.sc: Fix to be reasonable. From Brendan Kehoe
Ian Lance Taylor [Fri, 1 Sep 1995 14:54:01 +0000 (14:54 +0000)] 
* scripttempl/a29k.sc: Fix to be reasonable.  From Brendan Kehoe
<brendan@cygnus.com>.

28 years ago * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.
Jason Molenda [Fri, 1 Sep 1995 02:24:59 +0000 (02:24 +0000)] 
   * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.

28 years agoThu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 23:54:04 +0000 (23:54 +0000)] 
Thu Aug 31 16:51:50 1995  steve chamberlain  <sac@slash.cygnus.com>

* internal.h (internal_aouthdr, internal_filehdr):
don't indirect the pe stuff.

28 years agoThu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 23:46:47 +0000 (23:46 +0000)] 
Thu Aug 31 16:41:06 1995  steve chamberlain  <sac@slash.cygnus.com>

* write.c (fixup_segment): Remove change of 29th.
* config/tc-{i386,arm}.h (TC_FORCE_RELOCATION): Keep RVA relocs.

28 years agoThu Aug 31 16:37:07 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 23:42:53 +0000 (23:42 +0000)] 
Thu Aug 31 16:37:07 1995  steve chamberlain  <sac@slash.cygnus.com>

* ldemul.c (ldemul_parse_args): New.
* ldemul.h (ld_emulation_xfer_struct): Add parse_args.
* lexsup.c (all pe stuff): Moved into pe.em
(parse_args): Call emulation arg parser.
* emultempl/pe.em (parse_args): handle PE specfic args.

28 years agoThu Aug 31 16:30:22 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 23:34:09 +0000 (23:34 +0000)] 
Thu Aug 31 16:30:22 1995  steve chamberlain  <sac@slash.cygnus.com>

* dlltool.c (add_indirect): New.
(asm_prefix): New
(gen_exp_file): Timestamp should be 0. Insert prefix when
needed. New code for indirection.
(gen_lib_file): Timestamp should be 0. Insert prefix
when needed.
(usage): Document --add-indirect.
(main): Cope with new option.

* objdump.c (dump_private_headers): New.
(usage): Document new option.
(long_option): Add private-headers.
(dump_bfd_private_header): New.
(main): Cope with new option.

28 years agoThu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 23:33:37 +0000 (23:33 +0000)] 
Thu Aug 31 16:00:53 1995  steve chamberlain  <sac@slash.cygnus.com>

* Makefile.in: Update dependencies.
* aout-target.h (MY_bfd_print_private_bfd_data): New.
* bfd-in.h (PE STUFF): Deleted.
* bfd.c (tdata->pe_obj_data): New.
(bfd_print_private_bfd_data): New.
* coff-i386.c, coff-arm.c (coff_*-rtype_to_howto): Get image base from
new place.
* libcoff.h, libbfd.h, bfd-in2.h: Rebuilt.
* coffcode.h (pe_value): Delete
(coff_mkobject, coff_mkobject_hook): Conditionally build.
(coff_compute_section_file_positions): Look in new place.
(add_data_entry, fill_pe_header_info): Deleted.
(coff_write_object_contents): Remove PE stuff.
(coff_bfd_print_private_bfd_data): New.
* coffswap.h: Remove PE stuff.
* elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): New.
* libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): New.
* libcoff-in.h (pe_data_type): New.
* libecoff.h (_bfd_ecoff_bfd_print_private_bfd_data): New.
* targets.c (_bfd_print_private_bfd_data): New.
* peicode.h: New file.

28 years ago * ldlang.c (lang_memory_region_lookup): Don't use the first region
Ian Lance Taylor [Thu, 31 Aug 1995 21:02:39 +0000 (21:02 +0000)] 
* ldlang.c (lang_memory_region_lookup): Don't use the first region
as the default region.  Create a new region instead.

28 years ago * config/sh/sh.mt (SIM): Add -lm.
Jim Wilson [Thu, 31 Aug 1995 19:59:59 +0000 (19:59 +0000)] 
* config/sh/sh.mt (SIM): Add -lm.

28 years agoFix bug in SH3e ftrc instruction.
Jim Wilson [Thu, 31 Aug 1995 19:37:41 +0000 (19:37 +0000)] 
Fix bug in SH3e ftrc instruction.

28 years agoTue Aug 29 19:42:58 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Ian Lance Taylor [Thu, 31 Aug 1995 17:50:20 +0000 (17:50 +0000)] 
Tue Aug 29 19:42:58 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* config/tc-m68k.c (m68k_ip) [case POST/PRE/BASE]: Fix typo when
  looking at outer displacement.  Don't set the postindex bit if the
  index suppress bit is set (for memory indirect addressing mode).

28 years ago * bfd-in.h: Add extern "C" if __cplusplus.
Ian Lance Taylor [Thu, 31 Aug 1995 16:23:02 +0000 (16:23 +0000)] 
* bfd-in.h: Add extern "C" if __cplusplus.
* bfd-in2.h: Rebuild.
PR 7882.

28 years ago * coff-mips.c (mips_relocate_section): Don't convert a reloc
Ian Lance Taylor [Thu, 31 Aug 1995 15:54:27 +0000 (15:54 +0000)] 
* coff-mips.c (mips_relocate_section): Don't convert a reloc
against an absolute symbol into a reloc against a section.
PR 7880.

28 years agoThu Aug 31 08:00:14 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 15:05:27 +0000 (15:05 +0000)] 
Thu Aug 31 08:00:14 1995  steve chamberlain  <sac@slash.cygnus.com>

* coff-arm.c (coff_arm_reloc): Fix common size problem.
(i3coff_object_p): Delete.

Wed Aug 30 20:41:27 1995  steve chamberlain  <sac@slash.cygnus.com>

* coff-arm.c (deletemeacoff_arm_reloc): Deleted.
(arm26): Not partial inplace.
* coffcode.h (coff_compute_section_file_positions): Don't
do page aligning if COFF_PAGE_SIZE isn't defined.
* coffswap.h (coff_swap_scnhdr_in): Update image base correctly.

28 years ago * config/tc-arm.c (tc_gen_reloc): Delete duplicated code.
David Edelsohn [Thu, 31 Aug 1995 13:50:56 +0000 (13:50 +0000)] 
* config/tc-arm.c (tc_gen_reloc): Delete duplicated code.

28 years ago * dlltool.c (run): Add missing 3rd arg to waitpid.
David Edelsohn [Thu, 31 Aug 1995 11:10:32 +0000 (11:10 +0000)] 
* dlltool.c (run): Add missing 3rd arg to waitpid.

28 years ago * Makefile.in (run): Link in math library too.
Jeff Law [Thu, 31 Aug 1995 04:22:57 +0000 (04:22 +0000)] 
* Makefile.in (run): Link in math library too.

28 years ago * interp.c (FPSCR, FPUL): Define.
Jeff Law [Thu, 31 Aug 1995 04:21:32 +0000 (04:21 +0000)] 
* interp.c (FPSCR, FPUL): Define.
(struct save_state): Add fields for floating point registers,
FPSCR and FPUL.
(sim_resume): Add 'F' for accessing floating point registers
in the save state structure.
* gencode.c: Add sh3e opcodes.
(gensym): Define a buffer for int<->fp conversions.

First cut at simulating sh3e instructions.  Basic stuff should work;
instructions using fpul and fpscr are completely untested...  Sanitized
away for now (sh3e).

28 years ago * configure.in: treat i386-win32 canadian cross the same as
Jason Molenda [Thu, 31 Aug 1995 04:08:15 +0000 (04:08 +0000)] 
    * configure.in: treat i386-win32 canadian cross the same as
        i386-go32 canadian cross.

28 years ago * gencode.c (gensim): abort if an unknown opcode is encountered.
Jeff Law [Thu, 31 Aug 1995 04:07:00 +0000 (04:07 +0000)] 
* gencode.c (gensim): abort if an unknown opcode is encountered.

28 years ago * app.c (do_scrub_chars): Free saved_input when the from buffer
Ian Lance Taylor [Thu, 31 Aug 1995 03:53:43 +0000 (03:53 +0000)] 
* app.c (do_scrub_chars): Free saved_input when the from buffer
exactly fills the to buffer.

28 years agoWed Aug 30 20:41:27 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 31 Aug 1995 03:47:46 +0000 (03:47 +0000)] 
Wed Aug 30 20:41:27 1995  steve chamberlain  <sac@slash.cygnus.com>

* coff-arm.c (deletemeacoff_arm_reloc): Deleted.
(arm26): Not partial inplace.
* coffcode.h (coff_compute_section_file_positions): Don't
do page aligning if COFF_PAGE_SIZE isn't defined.
* coffswap.h (coff_swap_scnhdr_in): Update image base correctly.

28 years ago * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
Kung Hsu [Thu, 31 Aug 1995 01:21:57 +0000 (01:21 +0000)] 
    * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
        conform to GNU coding standards.

28 years ago * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
David Edelsohn [Wed, 30 Aug 1995 23:17:12 +0000 (23:17 +0000)] 
* sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
sparc64 insns.

28 years ago(synth64.[ds]): New testcase.
David Edelsohn [Wed, 30 Aug 1995 23:11:09 +0000 (23:11 +0000)] 
(synth64.[ds]): New testcase.

28 years ago(prefetch.[sd]): New testcase.
David Edelsohn [Wed, 30 Aug 1995 20:58:35 +0000 (20:58 +0000)] 
(prefetch.[sd]): New testcase.

28 years agosparc prefetch insn stuff.
David Edelsohn [Wed, 30 Aug 1995 20:57:07 +0000 (20:57 +0000)] 
sparc prefetch insn stuff.

28 years ago * sparc-opc.c (sparc_opcodes, prefetcha insn): Fix.
David Edelsohn [Wed, 30 Aug 1995 20:55:51 +0000 (20:55 +0000)] 
* sparc-opc.c (sparc_opcodes, prefetcha insn): Fix.
(lookup_{name,value}): New functions.
(prefetch_table): New static local.
(sparc_{encode,decode}_prefetch): New functions.
* sparc-dis.c (print_insn): Handle '*' arg (prefetch function).

28 years ago * config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns.
David Edelsohn [Wed, 30 Aug 1995 20:49:28 +0000 (20:49 +0000)] 
* config/tc-sparc.c (parse_keyword_arg, parse_const_expr_arg): New fns.
(sparc_ip): Call them for asi, membar, and prefetch parsing.

28 years agoAdd some blank lines to improve readability.
Jim Wilson [Wed, 30 Aug 1995 18:13:26 +0000 (18:13 +0000)] 
Add some blank lines to improve readability.

28 years agoCorrect comment on first line of file.
Jim Wilson [Wed, 30 Aug 1995 18:10:51 +0000 (18:10 +0000)] 
Correct comment on first line of file.

28 years ago * Makefile.in (TOOL_PROGS): Include dlltool if needed.
Steve Chamberlain [Wed, 30 Aug 1995 18:03:16 +0000 (18:03 +0000)] 
* Makefile.in (TOOL_PROGS): Include dlltool if needed.

28 years agoKeep the sparc subdir.
David Edelsohn [Wed, 30 Aug 1995 06:03:39 +0000 (06:03 +0000)] 
Keep the sparc subdir.

28 years ago(membar): New testcase.
David Edelsohn [Wed, 30 Aug 1995 01:34:34 +0000 (01:34 +0000)] 
(membar): New testcase.

28 years ago * disassemble.c (disassembler): Handle bfd_mach_sparc64.
David Edelsohn [Wed, 30 Aug 1995 01:02:59 +0000 (01:02 +0000)] 
* disassemble.c (disassembler): Handle bfd_mach_sparc64.

28 years ago Put _iname in idata$7.
Steve Chamberlain [Tue, 29 Aug 1995 23:27:54 +0000 (23:27 +0000)] 
Put _iname in idata$7.

28 years ago * coffswap.h (coff_swap_scnhdr_in): Don't always add IMAGE_BASE.
Steve Chamberlain [Tue, 29 Aug 1995 23:26:43 +0000 (23:26 +0000)] 
* coffswap.h (coff_swap_scnhdr_in): Don't always add IMAGE_BASE.
Swap in PE header.
* coffcode.h (coff_write_object_contents): Remove #if0ed code
Only remove empty sections in PE inmage files.

28 years ago * config/tc-sparc.c (sparc_ip): Clean up ASI support.
David Edelsohn [Tue, 29 Aug 1995 22:48:54 +0000 (22:48 +0000)] 
* config/tc-sparc.c (sparc_ip): Clean up ASI support.

28 years ago * sparc-opc.c (asi): New static local.
David Edelsohn [Tue, 29 Aug 1995 22:44:00 +0000 (22:44 +0000)] 
* sparc-opc.c (asi): New static local.
(sparc_{encode,decode}_asi): New functions.
* sparc-dis.c (print_insn): Call sparc_decode_asi.

28 years ago * sparc.h (sparc_{encode,decode}_asi): Declare.
David Edelsohn [Tue, 29 Aug 1995 22:36:32 +0000 (22:36 +0000)] 
* sparc.h (sparc_{encode,decode}_asi): Declare.

28 years agoStart of sparc generic testsuite.
David Edelsohn [Tue, 29 Aug 1995 22:30:13 +0000 (22:30 +0000)] 
Start of sparc generic testsuite.
asi.[ds]: new test.

28 years ago * coff-arm.c (coff_rtype_to_howto): Deal with reloc 11.
Steve Chamberlain [Tue, 29 Aug 1995 22:28:30 +0000 (22:28 +0000)] 
* coff-arm.c (coff_rtype_to_howto): Deal with reloc 11.
* coffcode.h (coff_write_object_contents): Remove #if0ed code
Only remove empty sections in PE inmage files.

28 years agoTue Aug 29 13:50:21 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 29 Aug 1995 21:05:59 +0000 (21:05 +0000)] 
Tue Aug 29 13:50:21 1995  steve chamberlain  <sac@slash.cygnus.com>

* libbfd.h, bfd-in2.h: regenerated.
* coff-arm.c (aoutarm_std_relo): New entry at 11.
(arm_reloc_type_lookup) : Understand type 11.
* coff-i386.c (howto_table): fix name of rva type.
(coff-i386_rtype_to_howto): Understand R_IMAGEBASE type.
* coffcode.h (sec_to_styp_flags): .edata is data.
(coff_compute_section_file_positions): Get page size right for PE.
(fill_pe_header_info): Fix fields.
(coff_write_object_contents): Remove end_of_image calc.
(_bfd_coff_generate_reloc_section): Remove orphaned comment.
* coffswap.h (coff_swap_scnhdr_in): Don't always add IMAGE_BASE.
(coff_swap_scnhdr_out): Setup PE flags correctly.
* reloc.c (BFD_RELOC_RVA): New field.

28 years agoTue Aug 29 13:25:21 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 29 Aug 1995 20:29:04 +0000 (20:29 +0000)] 
Tue Aug 29 13:25:21 1995  steve chamberlain  <sac@slash.cygnus.com>

* dlltool.c (rva): Deleted.
(rvaafter, rva_before): Use new assembler pseudo.
(flush_page, gen_exp_file, gen_lib_file): Use new way of RVAing.
(gen_exp_file): Don't generate .edata if no need.
(gen_lib_file): Don't make timestamp.
(workout_prefix): Fix memory initialization bug.
(usage): Tidy up, delete many single char options.
(main): rva option is gone.

28 years agoTue Aug 29 13:20:27 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 29 Aug 1995 20:28:15 +0000 (20:28 +0000)] 
Tue Aug 29 13:20:27 1995  steve chamberlain  <sac@slash.cygnus.com>

* read.c (potable): Rva is new entry.
(cons_worker): New, split from cons.  Handles rva.
(cons, s_rva): Call cons_worker.
* read.h (s_rva): New declaration.
* write.c (fixup_segment): Don't throw away rva relocs.
* config/tc-arm.c (md_apply_fix, tc_gen_reloc): Handle RVA.
* config/tc-i386.c (tc_coff_fix2type): Handle RVA.
* config/tc-i386.h (TC_COUNT_RELOC): Remember RVAs.
(TC_RVA_RELOC): New definition.

28 years ago * remote.c (remote_wait): Revert 19 July my change which should be
Kung Hsu [Tue, 29 Aug 1995 00:11:16 +0000 (00:11 +0000)] 
    * remote.c (remote_wait): Revert 19 July my change which should be
        customer specific.

28 years ago * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
Fred Fish [Mon, 28 Aug 1995 09:44:14 +0000 (09:44 +0000)] 
* gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
compiled test.
* gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
Add mips-sgi-irix5* xfail for not gcc compiled.
* gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
* gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
"p top", "whatis top", "p middle", and "whatis middle".
* gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
"whatis signed char" for not gcc compiled.
* gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
"set variable signed char=-1 (-1)" and
"set variable signed char=0xFF (0xFF)" for not gcc compiled.
* gdb.base/funcargs.exp (float_and_integral_args):
Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
Add mips-sgi-irix* xfail when not gcc compiled for
"continue to call2b".
Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
"continue to call2g".
(discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
"backtrace from call6a"
(shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
"backtrace from call7k".
Add mips-sgi-irix5* xfail when not gcc compiled for
"backtrace from call7a".
(localvars_after_alloca):  Fix gdb_test cmds for
"print * after runto ...".
Remove rs6000-*-* xfails for
"print i after runto localvars_after_alloca" and
"print l after runto localvars_after_alloca"
for all compilers.
* gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
  when not compiled with gcc, for:
"print signed char == (minus)",
"print signed char != (minus)",
"print signed char < (minus)",
"print signed char > (minus)".
* gdb.base/callfuncs.exp (do_function_calls):
Add mips-sgi-irix* xfail, when compiled with native compiler, for
"call inferior func with struct - returns char *".
* gdb.base/return.exp (return_tests): Change xfail for
"correct value returned double test" to include Solaris 2.4.
* gdb.base/funcargs.exp (float_and_integral_args):
Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".

28 years ago * config/tc-arm.c (do_swi): Allow optional leading '#'.
David Edelsohn [Mon, 28 Aug 1995 00:45:44 +0000 (00:45 +0000)] 
* config/tc-arm.c (do_swi): Allow optional leading '#'.

28 years ago * config/te-delta.h: Include obj-format.h.
Ian Lance Taylor [Sun, 27 Aug 1995 01:18:28 +0000 (01:18 +0000)] 
* config/te-delta.h: Include obj-format.h.
* config/te-sco386.h: Likewise.
* config/te-sysv32.h: Likewise.

28 years ago * app.c (scrub_file): Remove.
Ian Lance Taylor [Sun, 27 Aug 1995 00:33:56 +0000 (00:33 +0000)] 
* app.c (scrub_file): Remove.
(scrub_from_file, scrub_to_file): Remove.
(scrub_string, scrub_last_string): Remove.
(scrub_from_string, scrub_to_string): Remove.
(saved_input, saved_input_len): New static variables.
(struct app_saved): Remove scrub_string, scrub_last_string, and
scrub_file fields.  Add saved_input and saved_input_len fields.
(app_push): Adjust saved fields for changes in struct app_save.
Initialize state and saved_input.
(app_pop): Adjust saved fields for changes in struct app_save.
(do_scrub_chars): Rename from do_scrub_next_char and rewrite to
process a buffer at a time rather than a character at a time.
(main, as_warn): Remove obsolete testing code.
* as.h (do_scrub_next_char): Don't declare.
(do_scrub_chars): Declare.
(scrub_from_file, scrub_from_string): Don't declare.
(scrub_to_file, scrub_to_string): Don't declare.
* input-file.c (input_file_get): New static function.
(input_file_give_next_buffer): Call do_scrub_chars rather than
do_scrub_next_char.
* read.c (scrub_string, scrub_string_end): New static variables.
(scrub_from_string): New static function.
(read_a_source_file): Call do_scrub_chars rather than
do_scrub_next_char.
(and comment change in input-scrub.c)

28 years ago * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
Peter Schauer [Sat, 26 Aug 1995 07:36:45 +0000 (07:36 +0000)] 
* gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
enumeration bitfields if compiling with GNU C.
* lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
to empty' prompt.

28 years ago * mdebugread.c (parse_symbol): Handle sh.value of zero for enums.
Peter Schauer [Sat, 26 Aug 1995 07:35:13 +0000 (07:35 +0000)] 
* mdebugread.c (parse_symbol):  Handle sh.value of zero for enums.
Determine signedness of enum type from enumerators.
(parse_type):  Handle btIndirect types, handle fBitfield for
some non-member types.
(upgrade_type):  Use TYPE_FLAG_TARGET_STUB for arrays with
unknown length.
(cross_ref):  Handle stIndirect forward reference to btTypedef.

* stabsread.c (read_enum_type):  Determine signedness of enum
type from enumerators.

* top.c (execute_command):  Remove trailing whitespace from
command arguments, except for `set' and `complete' commands.
(validate_comname):  Allow underscores in user defined command
names.

* values.c (modify_field):  Change `Value does not fit in %d bits'
error to a warning. Exclude sign extension bits of negative field
values from fit check.

28 years agoOnly build PowerPC simulator if target is powerpc*-*-eabisim
Michael Meissner [Fri, 25 Aug 1995 16:05:32 +0000 (16:05 +0000)] 
Only build PowerPC simulator if target is powerpc*-*-eabisim

28 years ago * gasp.c (as_abort): New function.
Ian Lance Taylor [Fri, 25 Aug 1995 02:00:39 +0000 (02:00 +0000)] 
* gasp.c (as_abort): New function.
* sb.c (sb_build): Revert yesterday's patch.

28 years ago * Makefile.in (gasp.new): Depend upon ../libiberty/libiberty.a.
Ian Lance Taylor [Fri, 25 Aug 1995 01:51:14 +0000 (01:51 +0000)] 
* Makefile.in (gasp.new): Depend upon ../libiberty/libiberty.a.
Just link against libiberty, not against $(LIBS).

28 years agoAdd powerpc*-eabisim support.
Michael Meissner [Thu, 24 Aug 1995 18:57:12 +0000 (18:57 +0000)] 
Add powerpc*-eabisim support.

28 years ago * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Add parentheses to FIX
Ian Lance Taylor [Wed, 23 Aug 1995 23:50:35 +0000 (23:50 +0000)] 
* ecoff.c (_bfd_ecoff_slurp_symbolic_info): Add parentheses to FIX
expression to avoid compiler bug on HP-UX 9.01.

28 years ago * sb.c (sb_build): Undefine abort before calling it, since gasp
Ian Lance Taylor [Wed, 23 Aug 1995 22:21:51 +0000 (22:21 +0000)] 
* sb.c (sb_build): Undefine abort before calling it, since gasp
does not provide as_abort.

28 years agoAdd PowerPC simulator from Andrew Cagney <cagney@highland.com.au>
Michael Meissner [Wed, 23 Aug 1995 21:06:36 +0000 (21:06 +0000)] 
Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au>

28 years agoLink in PowerPC simulator.
Michael Meissner [Wed, 23 Aug 1995 20:59:06 +0000 (20:59 +0000)] 
Link in PowerPC simulator.

28 years ago * coffcode.h (pe_value): Unansify.
Steve Chamberlain [Wed, 23 Aug 1995 16:51:07 +0000 (16:51 +0000)] 
* coffcode.h (pe_value): Unansify.

28 years agoAdd support for -disable switches in PowerPC multilibs
Michael Meissner [Wed, 23 Aug 1995 15:54:13 +0000 (15:54 +0000)] 
Add support for -disable switches in PowerPC multilibs

28 years agoFix -mlittle/-mbig so that it really does override the default endianess
Michael Meissner [Wed, 23 Aug 1995 14:59:16 +0000 (14:59 +0000)] 
Fix -mlittle/-mbig so that it really does override the default endianess

28 years ago * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
Jeff Law [Tue, 22 Aug 1995 19:09:39 +0000 (19:09 +0000)] 
    * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
        test for PRO targets.

28 years ago * Makefile.in (install): Remove "brokensed" hack, unnecessary now
Jeff Law [Tue, 22 Aug 1995 17:01:20 +0000 (17:01 +0000)] 
    * Makefile.in (install): Remove "brokensed" hack, unnecessary now
        that we're using autoconf.

28 years agoTue Aug 22 07:36:58 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 22 Aug 1995 14:38:01 +0000 (14:38 +0000)] 
Tue Aug 22 07:36:58 1995  steve chamberlain  <sac@slash.cygnus.com>

* scripttempl/pe.sc: Keep .edata, don't base stabs at 0.
* emulparams/armpe.sh: Run PE script.

28 years ago * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
Jeff Law [Tue, 22 Aug 1995 09:52:33 +0000 (09:52 +0000)] 
* tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.

28 years ago * tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float
Jeff Law [Tue, 22 Aug 1995 08:13:34 +0000 (08:13 +0000)] 
* tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float
calling conventions too.  Use the TYPE of the return value, not
its length to determine if it should also be copied into the
floating point registers.

28 years ago * tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete. Causes more
Jeff Law [Tue, 22 Aug 1995 08:04:15 +0000 (08:04 +0000)] 
* tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete.  Causes more
problems than it fixes.
* hppa-tdep.c (skip_prologue): If we exit the main loop without
finding all the register saves, retry again without looking for
the registers we could not find the first time.

Better fix for 7768.

28 years agonew routine xstrerror for better vms error handling; gas fixed to use it
Ken Raeburn [Tue, 22 Aug 1995 07:34:00 +0000 (07:34 +0000)] 
new routine xstrerror for better vms error handling; gas fixed to use it

28 years agovms changes
Ken Raeburn [Tue, 22 Aug 1995 07:06:13 +0000 (07:06 +0000)] 
vms changes

28 years agoturn on -O2
Steve Chamberlain [Tue, 22 Aug 1995 07:04:48 +0000 (07:04 +0000)] 
turn on -O2

28 years ago (coff_write_object_contents): Initialze link_data if not set.
Steve Chamberlain [Tue, 22 Aug 1995 06:54:07 +0000 (06:54 +0000)] 
(coff_write_object_contents): Initialze link_data if not set.

28 years agoOpps. Fix thinko in last change.
Jeff Law [Tue, 22 Aug 1995 06:51:47 +0000 (06:51 +0000)] 
Opps.  Fix thinko in last change.

28 years ago * gdb.base/funcargs.exp: Avoid ever setting more than 8
Jeff Law [Tue, 22 Aug 1995 06:36:40 +0000 (06:36 +0000)] 
* gdb.base/funcargs.exp: Avoid ever setting more than 8
breakpoints in the inferior at any given time by making
two groups of breakpoints for call2*, call6* and call7*
tests.

28 years ago * hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
Jeff Law [Tue, 22 Aug 1995 05:43:30 +0000 (05:43 +0000)] 
* hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
calls "main" directly.
(skip_prologue): Always assume arguments were saved into the stack
since GCC will do so without setting the magic Args_Saved bit in
the unwind descriptor.

28 years agoMon Aug 21 18:30:42 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 22 Aug 1995 01:54:56 +0000 (01:54 +0000)] 
Mon Aug 21 18:30:42 1995  steve chamberlain  <sac@slash.cygnus.com>

* ldmain.c (main): Remove PE stuff.
* lexsup.c (options): Load more PE options.
(set_pe_value): New function.

28 years ago * dlltool.c (options): image-base is a synonym for rva.
Steve Chamberlain [Tue, 22 Aug 1995 01:42:11 +0000 (01:42 +0000)] 
* dlltool.c (options): image-base is a synonym for rva.

28 years ago * ldmain.c (main): Remove PE stuff.
Steve Chamberlain [Tue, 22 Aug 1995 01:32:11 +0000 (01:32 +0000)] 
* ldmain.c (main): Remove PE stuff.
* lexsup.c (options): Load more PE options.
(set_pe_value): New function.

28 years ago * libcoff-in.h (coff_data_type.link_info): New field.
Steve Chamberlain [Tue, 22 Aug 1995 01:21:52 +0000 (01:21 +0000)] 
* libcoff-in.h (coff_data_type.link_info): New field.

28 years ago * internal.h: (internal_filehdr): Moved PE stuff into
Steve Chamberlain [Tue, 22 Aug 1995 01:13:43 +0000 (01:13 +0000)] 
* internal.h: (internal_filehdr): Moved PE stuff into
internal_extra_pe_filehdr.
(internal_aouthdr): Moved PE stuff into
interanl_extra_pe_aouthdr.

* bfdlink.h (struct bfd_link_info): Remove PE stuff.

28 years agoMon Aug 21 17:49:28 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 22 Aug 1995 01:02:23 +0000 (01:02 +0000)] 
Mon Aug 21 17:49:28 1995  steve chamberlain  <sac@slash.cygnus.com>

* bfd-in.h (bfd_link_subsystem): Turn enum into #defines.
(bfd_link_pe_info_dval): New
(bfd_link_stack_heap): Renamed and massaged into bfd_link_pe_info.
* bfd-in2.h: rebuilt.
* bfd.c (NT_subsystem, NT_stack_heap): Deleted.
* coffcode.h (pe_value): New function.
(fill_pe_header_info): New function.
(coff_write_object_contents): Use new function.
* cofflink.c (coff_final_link_info): Remove pe randomness.
(dores_com): Update info in bfd_link_pe_info_dval.
(process_embedded_commands): Use the bfd_link_pe_info_dval.
(_bfd_coff_final_link): Remove PE stuff, initialize
coff_data->link_info.
* coffswap.h (coff_swap_[aout|filehdr]_out): Use indirect PE pointer.
(coff_swap_scnhdr_out): Use real imagebase.
* libcoff (coff_data_type.link_info): New field.

28 years ago * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
Ian Lance Taylor [Mon, 21 Aug 1995 21:34:54 +0000 (21:34 +0000)] 
* m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
and likewise for the other branches.  Add bhs as an alias for bcc,
and likewise for the size variants.  Add dbhs as an alias for
dbcc.

28 years ago * as.c (parse_args): Accept --defsym SYM=VALUE.
Ian Lance Taylor [Mon, 21 Aug 1995 21:18:57 +0000 (21:18 +0000)] 
* as.c (parse_args): Accept --defsym SYM=VALUE.
* doc/as.texinfo, doc/as.1: Document --defsym.

This page took 0.041314 seconds and 4 git commands to generate.