platform/upstream/binutils.git
31 years ago* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
Jim Kingdon [Tue, 20 Jul 1993 00:22:35 +0000 (00:22 +0000)]
* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.

31 years ago* hppa.h (break): First immediate field is unsigned.
Jim Kingdon [Tue, 20 Jul 1993 00:20:44 +0000 (00:20 +0000)]
* hppa.h (break): First immediate field is unsigned.

31 years ago* hppa.h: Add rfir instruction.
Jim Kingdon [Tue, 20 Jul 1993 00:17:37 +0000 (00:17 +0000)]
* hppa.h: Add rfir instruction.

31 years ago * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
Jim Kingdon [Mon, 19 Jul 1993 23:31:09 +0000 (23:31 +0000)]
* printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
arg_bytes field of makeva_list is always aligned.
* config/pa/xm-pa.h: Make arglist_address a char *.

31 years ago * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
Jim Kingdon [Mon, 19 Jul 1993 23:20:55 +0000 (23:20 +0000)]
* printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
arg_bytes field of makeva_list is always aligned.
* config/pa/xm-pa.h: Make arglist_address a char *.

31 years agofix stupid typo
David D. Zuhn [Mon, 19 Jul 1993 22:24:56 +0000 (22:24 +0000)]
fix stupid typo

31 years agoadd i386-lynx support
David D. Zuhn [Mon, 19 Jul 1993 22:14:45 +0000 (22:14 +0000)]
add i386-lynx support

31 years ago * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
Jim Kingdon [Mon, 19 Jul 1993 21:39:36 +0000 (21:39 +0000)]
* hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
don't output a space.

31 years ago* hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
Jim Kingdon [Mon, 19 Jul 1993 20:54:04 +0000 (20:54 +0000)]
* hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.

31 years agodis-asm.h (struct disassemble_info): New field application_data.
Ken Raeburn [Mon, 19 Jul 1993 20:12:50 +0000 (20:12 +0000)]
dis-asm.h (struct disassemble_info): New field application_data.

31 years agovarious changes
Ken Raeburn [Mon, 19 Jul 1993 20:05:41 +0000 (20:05 +0000)]
various changes

31 years ago(write_relocs): New function, split off from write_contents. Use memset
Ken Raeburn [Mon, 19 Jul 1993 20:05:16 +0000 (20:05 +0000)]
(write_relocs): New function, split off from write_contents.  Use memset
instead of bzero.
(write_object_file): Apply write_relocs to each section before applying
write_contents.

31 years ago(read_begin): Call obstack_begin with values closer to 1K multiples.
Ken Raeburn [Mon, 19 Jul 1993 20:04:25 +0000 (20:04 +0000)]
(read_begin): Call obstack_begin with values closer to 1K multiples.
(read_a_source_file, big_cons, float_cons): Use memcpy instead of bcopy.

31 years agoforgot to check this in long ago...
Ken Raeburn [Mon, 19 Jul 1993 20:03:06 +0000 (20:03 +0000)]
forgot to check this in long ago...

31 years ago(obj_elf_previous): New function.
Ken Raeburn [Mon, 19 Jul 1993 19:49:34 +0000 (19:49 +0000)]
(obj_elf_previous): New function.
(previous_section, previous_subsection): New vars.
(obj_elf_section): Save current place in case DWARF code wants us
to pop back to it.  Handle unquoted section name as well as quoted
section name.  Don't crash on invalid strings.
(obj_pseudo_table): Handle new pseudos "previous", "2byte", and "4byte".

31 years ago * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when
Ian Lance Taylor [Mon, 19 Jul 1993 19:13:30 +0000 (19:13 +0000)]
* config/tc-m68k.c (m68k_ip_op): Don't decrement strend when
calculating opP->isiz; this permits the expression size to be
determined as well, later on.

Fixes PR 2911.

31 years ago* elf.c, elfcode.h, libelf.h: Serious reorganization.
Ken Raeburn [Mon, 19 Jul 1993 19:12:59 +0000 (19:12 +0000)]
* elf.c, elfcode.h, libelf.h: Serious reorganization.
Deleted `thunk' structure, merged into tdata, duplicate data eliminated.
Rearranged functions, grouping by function.
Broke up many functions in elfcode.h, re-ordered many parts of file writing
to handle unpredictable state of section relocation table as provided by
various applications.
Still needs cleanup: Merge functions back together, split out data structure
with only data that is used only when writing out object file.

* elf.c (bfd_elf_generic_reloc): New function, taken from coff-mips.c.
* elf32-sparc.c (elf_sparc_howto_table): Use it, to work around
bfd_perform_relocation lossage.

31 years agoRepair bugs in conditionals, spotted by Zoo during "latest" build.
Roland Pesch [Mon, 19 Jul 1993 19:04:24 +0000 (19:04 +0000)]
Repair bugs in conditionals, spotted by Zoo during "latest" build.

31 years ago(BFD_LIBS): Include coff-mips.o and coff-msym.o, so that gdb will link.
Ken Raeburn [Mon, 19 Jul 1993 18:55:29 +0000 (18:55 +0000)]
(BFD_LIBS): Include coff-mips.o and coff-msym.o, so that gdb will link.
(ofiles): Don't use sort or uniq; do it with sh constructs.

31 years ago* ser-unix.c: Don't try to use job control with termio.
Jim Kingdon [Mon, 19 Jul 1993 18:51:00 +0000 (18:51 +0000)]
* ser-unix.c: Don't try to use job control with termio.

31 years ago * expr.c (clean_up_expression): Don't cancel the subtraction of
Ian Lance Taylor [Mon, 19 Jul 1993 18:46:39 +0000 (18:46 +0000)]
* expr.c (clean_up_expression): Don't cancel the subtraction of
undefined symbols.

Fixes PR 2997.

* read.c (s_data), config/obj-coffbfd.c (obj_coff_data): If -R,
switch to text section rather than data section.

Fixes PR 2971.

31 years ago * hppa-tdep.c (pc_in_linker_stub): New function.
Jim Kingdon [Mon, 19 Jul 1993 17:36:18 +0000 (17:36 +0000)]
* hppa-tdep.c (pc_in_linker_stub): New function.
(find_proc_framesize): Return 0 for linker stubs.
(rp_saved): Tell the caller where rp is saved.
(frame_chain_valid): Return 1 for linker stubs.
(frame_saved_pc): Use return value from rp_saved.

31 years agofix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before using...
Ken Raeburn [Mon, 19 Jul 1993 16:49:01 +0000 (16:49 +0000)]
fix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before using value, not after

31 years agomore linux support bits
Mark Eichin [Mon, 19 Jul 1993 15:00:19 +0000 (15:00 +0000)]
more linux support bits

31 years agoadd linux support (may not work yet, just cloned from i386-aout)
Mark Eichin [Mon, 19 Jul 1993 14:51:00 +0000 (14:51 +0000)]
add linux support (may not work yet, just cloned from i386-aout)

31 years ago Make breakpoint_re_set_one work with overloaded member functions,
Peter Schauer [Mon, 19 Jul 1993 06:41:16 +0000 (06:41 +0000)]
Make breakpoint_re_set_one work with overloaded member functions,
`b 123' and `b foo' if foo is a static function.
* symtab.c (decode_line_1, decode_line_2):  New argument `canonical'
to return canonical line specs if requested by the caller.
* breakpoint.c, source.c, symtab.c, symtab.h:  Change prototypes and
callers accordingly.
* symtab.c (build_canonical_line_spec):  New helper function which
constructs the canonical line spec.
* breakpoint.c (break_command_1):  Use canonical line spec instead
of command string as addr_string if necessary.
* source.c (line_info):  Fix storage leak.

31 years ago * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
Jim Kingdon [Mon, 19 Jul 1993 05:09:06 +0000 (05:09 +0000)]
* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
but not the others.
* symm-tdep.c: Remove exec_file_command.
[_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
A few miscellaneous cleanups.
* symm-nat.c: Renamed from symm-xdep.c.
* All symmetry dependent files: Many changes.

31 years ago * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
Jim Kingdon [Mon, 19 Jul 1993 05:00:13 +0000 (05:00 +0000)]
* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
but not the others.
* symm-tdep.c: Remove exec_file_command.
[_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
A few miscellaneous cleanups.
* symm-nat.c: Renamed from symm-xdep.c.
* All symmetry dependent files: Many changes.

31 years ago * coffcode.h: Recognize I386PTXMAGIC.
Jim Kingdon [Mon, 19 Jul 1993 04:55:21 +0000 (04:55 +0000)]
* coffcode.h: Recognize I386PTXMAGIC.
* aoutf1.h, libaout.h: Add M_386_DYNIX.
* trad-core.c (TRAD_CORE_USER_OFFSET, TRAD_CORE_STACK_FILEPOS):
New macros; use it if defined.
* config/symmetry.mh, hosts/symmetry.h: New files.

31 years ago* dynix3.h: New, for symmetry running dynix.
Jim Kingdon [Mon, 19 Jul 1993 04:53:24 +0000 (04:53 +0000)]
* dynix3.h: New, for symmetry running dynix.

31 years ago * mips-tdep.c (mips_skip_prologue): New argument lenient.
Jim Kingdon [Mon, 19 Jul 1993 02:28:21 +0000 (02:28 +0000)]
* mips-tdep.c (mips_skip_prologue): New argument lenient.
Use read_memory_nobpt.
(is_delayed, mips_in_lenient_prologue): New functions.
(init_extra_frame_info): If in the prologue, don't use saved registers.
* config/mips/tm-mips.h: Declare mips_skip_prologue.

31 years ago* mips.h: Split the actual table out into ../../opcodes/mips-opc.c.
Jim Kingdon [Mon, 19 Jul 1993 02:26:06 +0000 (02:26 +0000)]
* mips.h: Split the actual table out into ../../opcodes/mips-opc.c.

31 years ago * mips-opc.c: New file, containing opcode table from
Jim Kingdon [Mon, 19 Jul 1993 02:25:39 +0000 (02:25 +0000)]
* mips-opc.c: New file, containing opcode table from
../include/opcode/mips.h.
* Makefile.in: Add it.

31 years ago * partial-stab.h (N_SO): Add the text offset to valu before, not after,
Jim Kingdon [Sun, 18 Jul 1993 22:50:30 +0000 (22:50 +0000)]
* partial-stab.h (N_SO): Add the text offset to valu before, not after,
passing it to END_PSYMTAB.

31 years ago * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
Peter Schauer [Sun, 18 Jul 1993 15:47:51 +0000 (15:47 +0000)]
* gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
to make the stabs test work on ecoff systems using gcc and -with-stabs.
* gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
enable ecoff configuration.

31 years agoMOD2
Roland Pesch [Sat, 17 Jul 1993 01:58:47 +0000 (01:58 +0000)]
MOD2

31 years ago * symtab.c (find_pc_symtab): Call warning, not printf directly.
Jim Kingdon [Sat, 17 Jul 1993 01:58:33 +0000 (01:58 +0000)]
* symtab.c (find_pc_symtab): Call warning, not printf directly.

* solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc.

31 years agoIntroduce MOD2 switch to segregate material on Modula-2; eventually
Roland Pesch [Sat, 17 Jul 1993 01:57:50 +0000 (01:57 +0000)]
Introduce MOD2 switch to segregate material on Modula-2; eventually
each supported language should be controlled by a separate switch, and CONLY
should be retired.

31 years ago * Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames.
Jim Kingdon [Sat, 17 Jul 1993 01:37:06 +0000 (01:37 +0000)]
* Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames.
* Makefile.in: Change accordingly.
(CFILES): Add elf64-gen.c.

31 years ago * Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames.
Jim Kingdon [Sat, 17 Jul 1993 01:28:11 +0000 (01:28 +0000)]
* Rename elf{32,64}-generic.c to *-gen.c for 14 char filenames.
* Makefile.in: Change accordingly.
(CFILES): Add elf64-gen.c.

31 years agoposix.2 final changes
David MacKenzie [Sat, 17 Jul 1993 01:10:10 +0000 (01:10 +0000)]
posix.2 final changes

31 years ago* Makefile.in (TAGS): make work when srcdir != objdir.
Jim Kingdon [Fri, 16 Jul 1993 22:28:12 +0000 (22:28 +0000)]
* Makefile.in (TAGS): make work when srcdir != objdir.

31 years agoremove /dev/null kludge
David MacKenzie [Fri, 16 Jul 1993 22:24:10 +0000 (22:24 +0000)]
remove /dev/null kludge

31 years agoupdate for lynx, sgi -x- sh
David D. Zuhn [Fri, 16 Jul 1993 21:21:30 +0000 (21:21 +0000)]
update for lynx, sgi -x- sh

31 years ago * ldgram.y (OPTION_Lfile): New token.
Ian Lance Taylor [Fri, 16 Jul 1993 21:15:40 +0000 (21:15 +0000)]
* ldgram.y (OPTION_Lfile): New token.
(command_line_option): Accept OPTION_L NAME (whitespace after -L).
* ldlex.l (<COMMAND>): Accept -L without FILENAME.

31 years agoh8/300h stuff
David Edelsohn [Fri, 16 Jul 1993 20:46:46 +0000 (20:46 +0000)]
h8/300h stuff

31 years agoFix h8300h support (need own .mt file).
David Edelsohn [Fri, 16 Jul 1993 20:44:05 +0000 (20:44 +0000)]
Fix h8300h support (need own .mt file).

31 years agoh8/300h support
David Edelsohn [Fri, 16 Jul 1993 20:43:14 +0000 (20:43 +0000)]
h8/300h support

31 years agoFix bit instructions (was setting destination reg and not carry).
David Edelsohn [Fri, 16 Jul 1993 20:26:05 +0000 (20:26 +0000)]
Fix bit instructions (was setting destination reg and not carry).

31 years agowork around lynxos /bin/sh lossage
David D. Zuhn [Fri, 16 Jul 1993 20:21:43 +0000 (20:21 +0000)]
work around lynxos /bin/sh lossage

31 years agouse mh-lynxos for *-*-lynxos
David D. Zuhn [Fri, 16 Jul 1993 20:17:49 +0000 (20:17 +0000)]
use mh-lynxos for *-*-lynxos

31 years agonew file for lynx
David D. Zuhn [Fri, 16 Jul 1993 20:15:44 +0000 (20:15 +0000)]
new file for lynx

31 years agouse mh-lynxos host fragment
David D. Zuhn [Fri, 16 Jul 1993 20:15:19 +0000 (20:15 +0000)]
use mh-lynxos host fragment

31 years agohandle broken test (lynx)
David D. Zuhn [Fri, 16 Jul 1993 20:14:38 +0000 (20:14 +0000)]
handle broken test (lynx)

31 years ago * mips.h: Reworked the hazard information somewhat, and fixed some
Ian Lance Taylor [Fri, 16 Jul 1993 17:01:31 +0000 (17:01 +0000)]
* mips.h: Reworked the hazard information somewhat, and fixed some
bugs in the instruction hazard descriptions.

31 years ago * mipsread.c: No longer need to undefine ZMAGIC.
Ian Lance Taylor [Fri, 16 Jul 1993 16:58:08 +0000 (16:58 +0000)]
* mipsread.c: No longer need to undefine ZMAGIC.

31 years ago * coff-mips.c: Use MIPS_AOUT_{OZ}MAGIC rather than {OZ}MAGIC.
Ian Lance Taylor [Fri, 16 Jul 1993 16:56:05 +0000 (16:56 +0000)]
* coff-mips.c: Use MIPS_AOUT_{OZ}MAGIC rather than {OZ}MAGIC.

31 years ago * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.
Ian Lance Taylor [Fri, 16 Jul 1993 16:55:20 +0000 (16:55 +0000)]
* mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.

31 years ago * config/tc-hppa.h (tc_frob_label): Define.
Ian Lance Taylor [Fri, 16 Jul 1993 16:26:41 +0000 (16:26 +0000)]
* config/tc-hppa.h (tc_frob_label): Define.

* config/tc-mips.c: Many changes to support simple assembler
optimization.
(insn_label, prev_insn, prev_prev_insn, dummy_opcode,
prev_insn_valid, prev_insn_frag, prev_insn_where,
prev_insn_fixp, prev_insn_is_delay_slot): New static
variables.
(insn_uses_reg, mips_no_prev_insn, mips_emit_delays,
mips_align, s_stringer, s_mips_space): New static functions.
(mips_define_label): New global function.
(md_pseudo_table): For "ascii", "asciz", "asciiz", call
s_stringer.  Changed argument to float_cons from 0 or 1 to 'f'
or 'd'.  For "space" call s_mips_space.
(md_begin): Call mips_no_prev_insn.
(append_insn): Only insert necessary NOP instructions.
(macro): Call mips_emit_delays before setting mips_noreorder.
Increment and decrement mips_noreorder rather than using
save_reorder_condition.  Don't bother to use noreorder in
M_L_DOB and M_L_DAB, since append_insn will not insert a NOP.
(md_atof): Handle floating point numbers correctly for both
big and little endian targets.
(s_align, s_cons): Call mips_align rather than frag_align.
(s_change_seg, s_cons): Call mips_emit_delays.
(s_float_cons): Let float_cons do the work.
(s_mipsset): Call mips_emit_delays when setting noreorder.
* config/tc-mips.h (tc_frob_label): Define to be
mips_define_label.

31 years ago * read.c (float_cons): Simplified parsing logic. If
Ian Lance Taylor [Fri, 16 Jul 1993 16:26:03 +0000 (16:26 +0000)]
* read.c (float_cons): Simplified parsing logic.  If
REPEAT_CONS_EXPRESSIONS is defined, accept a repeat count.

* symbols.c (colon): Rather than a special case for TC_HPPA,
use new macro tc_frob_label.

31 years ago * config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs,
Ian Lance Taylor [Fri, 16 Jul 1993 15:58:08 +0000 (15:58 +0000)]
* config/obj-ecoff.c (ecoff_build_symbols, ecoff_build_procs,
ecoff_frob_files): Consistently use S_GET_VALUE rather than
bfd_asymbol_value.  Warn if taking difference of symbols in
different segments.

31 years ago * config/tc-m88k.c (omagic): Removed unused variable.
Ian Lance Taylor [Thu, 15 Jul 1993 22:16:39 +0000 (22:16 +0000)]
* config/tc-m88k.c (omagic): Removed unused variable.

31 years agoRemoved definition of OMAGIC from m88k.h.
Ian Lance Taylor [Thu, 15 Jul 1993 22:10:56 +0000 (22:10 +0000)]
Removed definition of OMAGIC from m88k.h.

31 years ago * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
Ian Lance Taylor [Thu, 15 Jul 1993 22:07:28 +0000 (22:07 +0000)]
* m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
(print_insn): Now just calls print_insn_m88k.

31 years agoremove dupliate include
David MacKenzie [Thu, 15 Jul 1993 22:02:01 +0000 (22:02 +0000)]
remove dupliate include

31 years ago * config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes,
Ian Lance Taylor [Thu, 15 Jul 1993 22:01:27 +0000 (22:01 +0000)]
* config/obj-ecoff.c (ecoff_frob_file): Discard all open scopes,
with a warning.

31 years ago* h8300-tdep.c (examine_prologue): Make prototype match definition.
David Edelsohn [Thu, 15 Jul 1993 21:55:14 +0000 (21:55 +0000)]
* h8300-tdep.c (examine_prologue): Make prototype match definition.

31 years ago(examine_prologue): Make prototype match definition.
David Edelsohn [Thu, 15 Jul 1993 21:53:51 +0000 (21:53 +0000)]
(examine_prologue): Make prototype match definition.

31 years agosource cleanups; fix finding scripts
David MacKenzie [Thu, 15 Jul 1993 21:49:24 +0000 (21:49 +0000)]
source cleanups; fix finding scripts

31 years agoAdd h8/300h support.
David Edelsohn [Thu, 15 Jul 1993 21:45:16 +0000 (21:45 +0000)]
Add h8/300h support.

31 years agosource cleanups; fix finding scripts
David MacKenzie [Thu, 15 Jul 1993 21:43:28 +0000 (21:43 +0000)]
source cleanups; fix finding scripts

31 years agoh8/300h support
David Edelsohn [Thu, 15 Jul 1993 21:41:50 +0000 (21:41 +0000)]
h8/300h support

31 years agominor fixes
Jim Kingdon [Thu, 15 Jul 1993 21:16:12 +0000 (21:16 +0000)]
minor fixes

31 years ago* stabs.texinfo: Cleanups regarding statics.
Jim Kingdon [Thu, 15 Jul 1993 20:44:09 +0000 (20:44 +0000)]
* stabs.texinfo: Cleanups regarding statics.

31 years ago* stabs.texinfo: Cleanups regarding statics.
Jim Kingdon [Thu, 15 Jul 1993 20:29:23 +0000 (20:29 +0000)]
* stabs.texinfo: Cleanups regarding statics.

31 years ago * config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust
Ian Lance Taylor [Thu, 15 Jul 1993 20:23:43 +0000 (20:23 +0000)]
* config/obj-coffbfd.c (fixup_segment): If TC_M88K, don't adjust
by md_pcrel_from if we are relocating against a symbol (we still
need md_pcrel_from for a PC relative relocation within the same
file).
* config/tc-m88k.c (md_pcrel_from): Corrected return value.

31 years ago * coff-m88k.c (howto_table): Corrected bitsize for R_PCR26L from
Ian Lance Taylor [Thu, 15 Jul 1993 20:06:41 +0000 (20:06 +0000)]
* coff-m88k.c (howto_table): Corrected bitsize for R_PCR26L from
16 to 26.

31 years ago * scripttempl/m88kbcs.sc: Removed TARGET statement. Changed
Ian Lance Taylor [Thu, 15 Jul 1993 19:59:21 +0000 (19:59 +0000)]
* scripttempl/m88kbcs.sc: Removed TARGET statement.  Changed
OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
* emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.

31 years ago * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
Jim Kingdon [Thu, 15 Jul 1993 19:00:08 +0000 (19:00 +0000)]
* gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
(Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.

31 years ago* NEWS: Mention that remote.c now has a `load' operation.
Jim Kingdon [Thu, 15 Jul 1993 18:28:40 +0000 (18:28 +0000)]
* NEWS: Mention that remote.c now has a `load' operation.

31 years ago * Makefile.in (em_m88kbcs.c): Correct dependency.
Ian Lance Taylor [Thu, 15 Jul 1993 17:57:26 +0000 (17:57 +0000)]
* Makefile.in (em_m88kbcs.c): Correct dependency.
(scripttempl/m88kbcs.sc): It's ARCH, not arch.

31 years ago* hppa-tdep.c (pc_in_linker_stub): New function.
Jim Kingdon [Thu, 15 Jul 1993 17:49:41 +0000 (17:49 +0000)]
* hppa-tdep.c (pc_in_linker_stub): New function.

31 years ago * hppa-tdep.c (pc_in_linker_stub): New function.
Jim Kingdon [Thu, 15 Jul 1993 17:38:59 +0000 (17:38 +0000)]
* hppa-tdep.c (pc_in_linker_stub): New function.
(find_proc_framesize): Return 0 for linker stubs.
(rp_saved): Tell the caller where rp is saved.
(frame_chain_valid): Return 1 for linker stubs.
(frame_saved_pc): Use return value from rp_saved.

31 years ago* gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
Jim Kingdon [Thu, 15 Jul 1993 17:10:43 +0000 (17:10 +0000)]
* gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.

31 years ago* compile.c: Reset HMODE back to zero (accidently set it to 1).
David Edelsohn [Thu, 15 Jul 1993 17:04:39 +0000 (17:04 +0000)]
* compile.c: Reset HMODE back to zero (accidently set it to 1).

31 years ago* run.c (main): If h8/300h binary detected, call set_h8300h.
David Edelsohn [Thu, 15 Jul 1993 17:01:40 +0000 (17:01 +0000)]
* run.c (main): If h8/300h binary detected, call set_h8300h.
* compile.c (sim_resume): Fix O_NEG insn.

31 years ago * objdump.c (disassemble_data): Handle the m88k.
Ian Lance Taylor [Thu, 15 Jul 1993 16:46:50 +0000 (16:46 +0000)]
* objdump.c (disassemble_data): Handle the m88k.
(display_bfd): Use bfd_errmsg, rather than just claiming that the
bfd is not an object file.

31 years ago * m88k.h: Corrected a couple of opcodes.
Ian Lance Taylor [Thu, 15 Jul 1993 16:43:54 +0000 (16:43 +0000)]
* m88k.h: Corrected a couple of opcodes.

31 years ago * dis-asm.h: Added declaration of print_insn_m88k.
Ian Lance Taylor [Thu, 15 Jul 1993 16:42:33 +0000 (16:42 +0000)]
* dis-asm.h: Added declaration of print_insn_m88k.

31 years ago * m88k-dis.c: New file, moved in from gdb and changed to use the
Ian Lance Taylor [Thu, 15 Jul 1993 16:40:49 +0000 (16:40 +0000)]
* m88k-dis.c: New file, moved in from gdb and changed to use the
new dis-asm.h disassembler interface.
* Makefile.in (DIS_LIBS): Added m88k-dis.o.
(m88k-dis.o): New target.

31 years agoAdd m88k-coff target Makefile fragment.
Ian Lance Taylor [Thu, 15 Jul 1993 16:35:23 +0000 (16:35 +0000)]
Add m88k-coff target Makefile fragment.

31 years ago * m88k.h (OMAGIC): Define.
Ian Lance Taylor [Thu, 15 Jul 1993 16:26:31 +0000 (16:26 +0000)]
* m88k.h (OMAGIC): Define.
(union external_auxent): Move x_fcn back inside x_fcnary.
({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly.

31 years ago * Preliminary support for m88k-coff.
Ian Lance Taylor [Thu, 15 Jul 1993 16:02:21 +0000 (16:02 +0000)]
* Preliminary support for m88k-coff.
* configure.in (m88k-*-coff*): New target.  Use coffbfd and
m88kcoff.
* config/m88kcoff.mt: New file.
* read.c (lex_type): New macro LEX_AT to set lex type of '@'.
(pseudo_set): Handle difference of symbols in different fragments
by saving the entire expression as the value of the symbol.
* symbols.c (resolve_symbol_value): Resolve difference
expressions.
* config/obj-coffbfd.c (obj_pseudo_table): If TC_M88K, accept
"sdef" as a synonym for "def".
* config/obj-coffbfd.h: If TC_M88K, include coff/m88k.h and set
TARGET_FORMAT.
(S_IS_LOCAL): Any symbol which includes \001 in the name is local.
* config/tc-m88k.c, config/tc-m88k.h: Numerous changes to bring
m88k port up to date, and to add COFF support.

31 years ago * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
Jim Kingdon [Thu, 15 Jul 1993 15:15:42 +0000 (15:15 +0000)]
* stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
pass the sp relative to the frame in question, not the sp in the
innermost frame.

31 years ago* attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.
Jim Kingdon [Thu, 15 Jul 1993 13:01:31 +0000 (13:01 +0000)]
* attach.c, detach.c: Include <sys/types.h> before <fcntl.h>.

31 years ago * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
Jim Kingdon [Thu, 15 Jul 1993 07:28:14 +0000 (07:28 +0000)]
* mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
already checked the first characters.

31 years ago * mipsread.c (parse_procedure): Take as argument the symtab to look
Jim Kingdon [Thu, 15 Jul 1993 07:25:58 +0000 (07:25 +0000)]
* mipsread.c (parse_procedure): Take as argument the symtab to look
the name up in.  Look it up with mylookup_symbol, not lookup_symbol.
(psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure.

31 years ago * mipsread.c (psymtab_to_symtab_1, parse_procedure): For stabs,
Jim Kingdon [Thu, 15 Jul 1993 05:24:16 +0000 (05:24 +0000)]
* mipsread.c (psymtab_to_symtab_1, parse_procedure): For stabs,
save the indices of the MIPS_EFI_SYMBOL_NAME symbol rather than
looking them up by the names of the functions.

* mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
already checked the first characters.

31 years ago * ldfile.c (ldlang_open_file, ldfile_open_command_file),
David MacKenzie [Thu, 15 Jul 1993 04:46:25 +0000 (04:46 +0000)]
* ldfile.c (ldlang_open_file, ldfile_open_command_file),
main.c (main): Print the errno string in the error message.

31 years ago* printcmds.exp: Add another printf test.
Jim Kingdon [Wed, 14 Jul 1993 22:54:22 +0000 (22:54 +0000)]
* printcmds.exp: Add another printf test.