deliverable/binutils-gdb.git
28 years ago * config/alpha/tm-alpha.h (EXTRA_FRAME_INFO): Add pc_reg field.
Peter Schauer [Thu, 3 Aug 1995 09:17:51 +0000 (09:17 +0000)] 
* config/alpha/tm-alpha.h (EXTRA_FRAME_INFO):  Add pc_reg field.
(SKIP_TRAMPOLINE_CODE):  Define.
* alpha-tdep.c (alpha_frame_saved_pc):  Use pc_reg field from
frame to find the saved pc register.
(alpha_saved_pc_after_call):  Skip over shared library trampoline
before trying to find the saved pc register.
(find_proc_desc):  Copy PROC_PC_REG from found proc_desc
to heuristic proc_desc.
(init_extra_frame_info):  Initialize pc_reg field in frame.

28 years ago * configure.in (m68*-est-*): Use monitor target config.
Stan Shebs [Thu, 3 Aug 1995 01:07:32 +0000 (01:07 +0000)] 
* configure.in (m68*-est-*): Use monitor target config.
* configure: Update.
* config/m68k/est.mt, config/m68k/tm-est.h: Delete.
* config/m68k/monitor.mt, config/m68k/tm-monitor.h: Fix comments.

28 years ago * m68kmri.h: Remove.
Ian Lance Taylor [Wed, 2 Aug 1995 22:48:21 +0000 (22:48 +0000)] 
* m68kmri.h: Remove.

28 years ago * config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff.
Ian Lance Taylor [Wed, 2 Aug 1995 22:42:21 +0000 (22:42 +0000)] 
* config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff.
(struct m68k_incant): Change m_operands field to be const.
(struct m68k_it): Change args field to be const.
(m68k_ip): Change local variable s to be const.
(opcode_ptr): Remove.
(md_begin): Use m68k_numopcodes, not numopcodes.  Use
m68k_opcodes, not removed opcode_ptr.  Use m68k_numaliases, not
numaliases.

28 years ago * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
Ian Lance Taylor [Wed, 2 Aug 1995 22:38:58 +0000 (22:38 +0000)] 
* m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
Clean up tables.
* m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
(opcode): Remove.
(print_insn_m68k): Change d to be const.  Use m68k_numopcodes
rather than numopcodes.  Use m68k_opcodes rather than removed
opcode function.  Don't check F_ALIAS.
(print_insn_arg): Change first parameter to be const char *.
* Makefile.in (ALL_MACHINES): Add m68k-opc.o.
(m68k-opc.o): New target.
* configure.in: Build m68k-opc.o for bfd_m68k_arch.
* configure: Rebuild.

28 years ago * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
Ian Lance Taylor [Wed, 2 Aug 1995 22:37:40 +0000 (22:37 +0000)] 
* m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
declarations.  Remove F_ALIAS and flag field of struct
m68k_opcode.  Change arch field of struct m68k_opcode to unsigned
int.  Make name and args fields of struct m68k_opcode const.

28 years agoRewritten so table is only sorted/hashed once, even if switching
David Edelsohn [Wed, 2 Aug 1995 22:35:22 +0000 (22:35 +0000)] 
Rewritten so table is only sorted/hashed once, even if switching
between sparc32/sparc64 in one executable.

28 years ago* configure.in (appdirs): Use =, not ==, in test expression when trying to
Ken Raeburn [Wed, 2 Aug 1995 20:39:02 +0000 (20:39 +0000)] 
* configure.in (appdirs): Use =, not ==, in test expression when trying to
build the text to print in the warning message for Solaris users.

28 years ago(build_hash_table): Fix memory leak.
David Edelsohn [Wed, 2 Aug 1995 17:15:07 +0000 (17:15 +0000)] 
(build_hash_table): Fix memory leak.
(print_insn_sparc, print_insn_sparc64): Clean up comments regarding
switching between sparc32 and sparc64.

28 years ago(build_hash_table): Allocate all entries at once.
David Edelsohn [Wed, 2 Aug 1995 16:48:02 +0000 (16:48 +0000)] 
(build_hash_table): Allocate all entries at once.

28 years ago * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
David Edelsohn [Wed, 2 Aug 1995 16:06:17 +0000 (16:06 +0000)] 
* sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
(opcode_bits, opcode_hash_table, sparc64_p): New variables.
(opcodes_initialized): Renamed from opcodes_sorted.
(build_hash_table): New function.
(is_delayed_branch): Use hash table.
(print_insn): Renamed from print_insn_sparc, made static.
Build and use hash table.
(print_insn_sparc, print_insn_sparc64): New functions.
(compare_opcodes): If !sparc64, move sparc64 opcodes to end,
and vice-versa if sparc64.
* sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.

28 years ago * sparc.h (F_NOTV9): Define.
David Edelsohn [Wed, 2 Aug 1995 15:18:52 +0000 (15:18 +0000)] 
* sparc.h (F_NOTV9): Define.

28 years ago * Makefile.in (VERSION): Bump to 4.14.2
Fred Fish [Wed, 2 Aug 1995 05:55:49 +0000 (05:55 +0000)] 
* Makefile.in (VERSION): Bump to 4.14.2

28 years agoUpdate FSF address.
Fred Fish [Wed, 2 Aug 1995 03:41:12 +0000 (03:41 +0000)] 
Update FSF address.

28 years ago * xcoffread.c (process_linenos): The value in include file symbol
Kung Hsu [Tue, 1 Aug 1995 23:09:20 +0000 (23:09 +0000)] 
* xcoffread.c (process_linenos): The value in include file symbol
should point to line number table. Currently this value is not
set correctly by AIX ld. A fix to get around this bug.

28 years ago * gas/mri/*: New tests for MRI mode.
Ian Lance Taylor [Tue, 1 Aug 1995 22:10:10 +0000 (22:10 +0000)] 
* gas/mri/*: New tests for MRI mode.

28 years ago * config/tc-m68k.c (init_table): Add "control", "status", "iaddr",
Ian Lance Taylor [Tue, 1 Aug 1995 22:02:07 +0000 (22:02 +0000)] 
* config/tc-m68k.c (init_table): Add "control", "status", "iaddr",
"sfcr", and "dfcr" as synonyms for existing entries.
(md_begin): In MRI mode, force flag_reg_prefix_optional to 1.
(md_parse_option): Removed unused locals i and arch.  Change type
of arch (another one) to unsigned long.
(tc_coff_sizemachdep): Add return after abort to avoid warning.

28 years ago Initial support for MRI style labels and expressions.
Ian Lance Taylor [Tue, 1 Aug 1995 22:01:01 +0000 (22:01 +0000)] 
Initial support for MRI style labels and expressions.
* as.h (flag_mri): Declare/define.
* as.c (show_usage): Mention -M and its synonym --mri.
(parse_args): Add 'M' to std_shortopts.  Add "mri" to
std_longopts.  Set flag_mri if -M is seen.
(main): Call parse_args before input_scrub_begin.  Call
expr_begin.
* app.c (do_scrub_begin): Don't set lex for '"' or '\'' in MRI
mode.  Do set lex for ';', '*', and '!' in MRI mode.
(do_scrub_next_char): Remove MRI ifdef in LEX_IS_WHITESPACE case.
In MRI mode, keep spaces between labels and colons.  Remove MRI
ifndef around LEX_IS_ONECHAR_QUOTE case.  In MRI mode, don't use
'!' or '*' as comment characters even if they are in
comment_chars.
* read.h (lex_type): No longer const.
* read.c: Include libiberty.h.
(lex_type): No longer const.
(read_begin): In MRI mode, set lex_type of '?' to 3.
(potable): Add dc, dc.b, dc.d, dc.l, dc.s, dc.w, dc.x, ds, ds.b,
ds.l, ds.w, and xdef.
(read_a_source_file): Change LABELS_WITHOUT_COLON ifdef to check
for MRI mode at runtime rather than compile time.  Handle the EQU
pseudo-op in MRI mode.  Remove bogus MRI ifdef around done_pseudo.
Change NO_PSEUDO_DOT ifdef to also take effect for MRI mode at
runtime.
(cons): In MRI mode, always call parse_mri_cons rather than
TC_PARSE_CONS_EXPRESSION.
(parse_mri_cons): Always compile, not just when MRI is defined.
Call TC_PARSE_CONS_EXPRESSION, not expression, when the input is
not a string constant.  Handle A and E modifiers.
(float_cons): Accept :xxxx, where the x's are hex digits.
* expr.h (operatorT): Add O_eq, O_ne, O_lt, O_le, O_ge, O_gt.
(expr_begin): Declare.
* expr.c (integer_constant): In MRI mode, if the base was not
specified, look for a suffix on the number to set the base.
(mri_char_constant): New static function.
(operand): Remove MRI ifdef.  In MRI mode, do various things: Pass
0 as the base when calling integer_constant if there was no
prefix.  Check for a hex constant suffix if when a leading '0' is
seen.  Don't accept 0x or 0b as a prefix.  Check for E'chars' and
A'chars'.  Handle MRI character constants.  Treat '"' as the
unary bitwise not operator.  Treat $ as the program counter, or as
the prefix for a hex constant.  Treat % as the prefix for a binary
constant and @ as the prefix for an octal constant.  Treat : as
the prefix for a hex constant.
(op_encoding): Set '"' to O_bit_not, '<' to O_lt, and '>' to O_gt.
(op_rank): No longer const.  Change rank values.
(expr_begin): New function.
(operator): New static function.
(expr): Use operator.  Don't bother to mention the operator in
warnings.  Remove bogus #if 0 code.  Handle new operatorT values.
* atof-generic.c (atof_generic): In MRI mode, accept underscores
around the exponent in floating point numbers.
* symbols.h (symbols_case_sensitive): Declare.
* symbols.c (symbols_case_sensitive): New global variable.
(symbol_create): Check symbols_case_sensitive.
(symbol_find_base): Likewise.
(resolve_symbol_value): Handle new operatorT values.
(print_expr_1): Likewise.
(S_IS_LOCAL): In MRI mode, names beginning with two '?' characters
are local.

28 years ago* configure.in: Check for working mmap, ansi headers, string.h,
J.T. Conklin [Tue, 1 Aug 1995 20:14:27 +0000 (20:14 +0000)] 
* configure.in: Check for working mmap, ansi headers, string.h,
strings.h, and memory.h.
* configure: Regenerated.

* gdb_stat.h: New file, "portable" <sys/stat.h>.
* gdb_string.h: New file, "portable" <string.h>.

* altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
instead of <sys/stat.h>.

* alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
"gdb_string.h" instead of <string.h>.
* gdbtk.c: Likewise.

* config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
sparc/xm-sun4os4.h (HAVE_MMAP): Removed.

* config/xm-lynx.h, config/i386/xm-ptx.h,
config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
config/pa/hppah.h, config/rs6000/xm-rs6000.h,
config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
* config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/pa/xm-hppah.h (memcpy, memset): Removed declarations.

28 years ago * Makefile.in: Remove superfluous runtest gasp.
Steve Chamberlain [Tue, 1 Aug 1995 18:41:59 +0000 (18:41 +0000)] 
* Makefile.in: Remove superfluous runtest gasp.

28 years agoTue Aug 1 11:35:18 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Tue, 1 Aug 1995 18:39:08 +0000 (18:39 +0000)] 
Tue Aug  1 11:35:18 1995  steve chamberlain  <sac@slash.cygnus.com>

* tc-sh.c (md_convert_frag): Make some error messages more
explict.

28 years ago * mips-tdep.c (mips_extract_return_value): Fix returning of
Peter Schauer [Tue, 1 Aug 1995 09:20:05 +0000 (09:20 +0000)] 
* mips-tdep.c (mips_extract_return_value):  Fix returning of
values whose length is less than the register size for big endian
targets.
* alpha-tdep.c (alpha_extract_return_value,
alpha_store_return_value):  Use alpha_convert_register_to_*
to handle functions returning "float" correctly.

28 years ago * gasp.c (main): Parse -I option.
Steve Chamberlain [Tue, 1 Aug 1995 03:35:23 +0000 (03:35 +0000)] 
* gasp.c (main): Parse -I option.
(do_include): Look through include list.
* gasp.c (change_base): Don't modify numbers in strings.
(pr7583)

  * testsuite/gasp/*: New.
* testsuite/Makefile.in: Use gasp tests.
* testsuite/config/default.exp: Add gasp stuff.

28 years ago * testsuite/Makefile.in: Use gasp tests.
Steve Chamberlain [Tue, 1 Aug 1995 03:11:52 +0000 (03:11 +0000)] 
* testsuite/Makefile.in: Use gasp tests.
* testsuite/config/default.exp: Add gasp stuff.

28 years agoKeep gasp.
Steve Chamberlain [Tue, 1 Aug 1995 02:52:03 +0000 (02:52 +0000)] 
Keep gasp.

28 years agogasp is gone from here.
Steve Chamberlain [Tue, 1 Aug 1995 02:51:01 +0000 (02:51 +0000)] 
gasp is gone from here.

28 years ago moved.
Steve Chamberlain [Tue, 1 Aug 1995 02:49:34 +0000 (02:49 +0000)] 
moved.

28 years agomoved.
Steve Chamberlain [Tue, 1 Aug 1995 02:48:52 +0000 (02:48 +0000)] 
moved.

28 years ago new file.
Steve Chamberlain [Tue, 1 Aug 1995 02:45:00 +0000 (02:45 +0000)] 
new file.

28 years ago New order.
Steve Chamberlain [Tue, 1 Aug 1995 02:39:21 +0000 (02:39 +0000)] 
New order.

28 years ago * h8500-tdep.c: General linting and cleanup.
Stan Shebs [Tue, 1 Aug 1995 02:37:02 +0000 (02:37 +0000)] 
* h8500-tdep.c: General linting and cleanup.
(opcodes/h8500-opc.h): Don't include.
(code_size, data_size): Make static.
(frame_locals_address, frame_args_address): Remove.
(h8300_pop_frame): Rename to h8500_pop_frame.
(big_command, medium_command, compact_command, small_command):
Define as regular functions rather than with macro trickery.
(tm_print_insn): Set to correct disassembler function.
* config/h8500/tm-h8500.h: Minor cleanup, add prototypes.
(ABOUT_TO_RETURN): #if 0 out.
(FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Use usual define.
(GDB_TARGET_IS_H8500): Remove duplicate definition.
(regoff): Remove, never used.
* config/h8500/h8500.mt (TDEPFILES): Add monitor.o.

28 years agoyet more vms work
Ken Raeburn [Tue, 1 Aug 1995 01:41:53 +0000 (01:41 +0000)] 
yet more vms work

28 years ago * gasp.c (change_base): Don't modify numbers in strings. (pr7583)
Steve Chamberlain [Tue, 1 Aug 1995 01:31:42 +0000 (01:31 +0000)] 
* gasp.c (change_base): Don't modify numbers in strings. (pr7583)
  * testsuite/gas/gasp/*: New.

28 years agoOops, don't edit a file when your checkin hasn't finished
J.T. Conklin [Mon, 31 Jul 1995 22:50:21 +0000 (22:50 +0000)] 
Oops, don't edit a file when your checkin hasn't finished

28 years ago* configure.in: Check for unistd.h.
J.T. Conklin [Mon, 31 Jul 1995 22:46:03 +0000 (22:46 +0000)] 
* configure.in: Check for unistd.h.
* configure: Regenerated.

* command.c, cp-valprint.c, fork-child.c, i386-tdep.c,
i386b-nat.c, inflow.c, main.c, maint.c, objfiles.c, solib.c,
source.c, stack.c, symfile.c, top.c, utils.c: Include strings.h
and/or unistd.h to bring prototypes into scope.

28 years agoremove local variables, change-log-mode does all of that
Ken Raeburn [Mon, 31 Jul 1995 21:09:39 +0000 (21:09 +0000)] 
remove local variables, change-log-mode does all of that

28 years ago * strings.c (print_strings): For compatibility with existing
Ian Lance Taylor [Mon, 31 Jul 1995 17:24:17 +0000 (17:24 +0000)] 
* strings.c (print_strings): For compatibility with existing
strings programs, print strings which are not terminated with a
null byte or a newline.
* binutils.texi, strings.1: Update documentation accordingly.

28 years ago * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
Steve Chamberlain [Mon, 31 Jul 1995 16:57:38 +0000 (16:57 +0000)] 
* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.

28 years ago * ar.c (replace_members): For compatibility with existing ar
Ian Lance Taylor [Mon, 31 Jul 1995 16:52:02 +0000 (16:52 +0000)] 
* ar.c (replace_members): For compatibility with existing ar
programs, permit users to add the same file multiple times.

28 years agoAdd file documenting basic procedures for gdb release manager to produce
Fred Fish [Mon, 31 Jul 1995 15:57:25 +0000 (15:57 +0000)] 
Add file documenting basic procedures for gdb release manager to produce
FSF releases.  Set up .Sanitize to always remove this file.

28 years ago * gdb.base/a2-run.exp: Change messages to be more explicit about
Fred Fish [Mon, 31 Jul 1995 01:18:44 +0000 (01:18 +0000)] 
* gdb.base/a2-run.exp: Change messages to be more explicit about
the status of args, and quote binfile in results.

28 years ago * gdb.base/callfuncs.exp: Add tests for passing structs to
Fred Fish [Sun, 30 Jul 1995 19:29:36 +0000 (19:29 +0000)] 
* gdb.base/callfuncs.exp: Add tests for passing structs to
inferior functions and return various types.
* gdb.base/callfuncs.c: Add functions to receive a struct
and return a member of the struct, in various types.

28 years ago * rs6000-tdep.c (frame_saved_pc): Check for signal handler caller
Peter Schauer [Sun, 30 Jul 1995 08:45:15 +0000 (08:45 +0000)] 
* rs6000-tdep.c (frame_saved_pc):  Check for signal handler caller
before trying to determine the start of the function.
(skip_prologue):  Skip subroutine call which might save the
floating point registers only if it is within the first three
instructions.
Reinstate setting of alloca_reg if setup of a gcc frame pointer
is found.
(frame_get_cache_fsr):  Use new fields in rs6000_framedata.

28 years agoFix problem with configure script when run on systems where native shell
Fred Fish [Sun, 30 Jul 1995 01:15:54 +0000 (01:15 +0000)] 
Fix problem with configure script when run on systems where native shell
is bash or ksh, which handles "... $(TCL) ..." by trying to run TCL.
Changed configure.in and regenerated configure, including two lines
apparently inserted by custom cygnus version of autoconf 2.4.

28 years agoRemove mentions of nonexistent things, add lose-mswin to control inclusion
Stan Shebs [Sat, 29 Jul 1995 22:43:07 +0000 (22:43 +0000)] 
Remove mentions of nonexistent things, add lose-mswin to control inclusion
of WinGDB stuff separately.

28 years ago * sparclite: Removed subdirectory. aload and eload are now in
Stan Shebs [Sat, 29 Jul 1995 21:59:26 +0000 (21:59 +0000)] 
* sparclite: Removed subdirectory.  aload and eload are now in
utils/sparclite, low-level library is in libgloss.
* configure.in (sparclite*): Don't configure sparclite subdir.
* configure: Update.
* Makefile.in (TARDIRS): Remove, no longer used.

28 years ago * gdb.base/Makefile.in (clean): Remove callf-info.exp.
Peter Schauer [Sat, 29 Jul 1995 21:24:39 +0000 (21:24 +0000)] 
* gdb.base/Makefile.in (clean):  Remove callf-info.exp.

28 years ago * procfs.c (unconditionally_kill_inferior): Clear current signal
Peter Schauer [Sat, 29 Jul 1995 20:56:22 +0000 (20:56 +0000)] 
* procfs.c (unconditionally_kill_inferior):  Clear current signal
if PROCFS_NEED_CLEAR_CURSIG_FOR_KILL is defined.
* config/alpha/nm-osf3.h (PROCFS_NEED_CLEAR_CURSIG_FOR_KILL):  Define.

28 years ago * config/mips/tm-irix3.h, config/mips/tm-irix5.h,
Peter Schauer [Sat, 29 Jul 1995 08:50:35 +0000 (08:50 +0000)] 
* config/mips/tm-irix3.h, config/mips/tm-irix5.h,
config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF):  Define.

28 years ago * alpha-tdep.c: Move sigtramp handling of saved registers from
Peter Schauer [Sat, 29 Jul 1995 08:50:00 +0000 (08:50 +0000)] 
* alpha-tdep.c:  Move sigtramp handling of saved registers from
read_next_frame_reg to alpha_find_saved_regs, handle saved
floating point registers.
* mips-tdep.c:  Move sigtramp handling of saved registers from
read_next_frame_reg to mips_find_saved_regs, handle saved
floating point registers.
* config/mips/tm-irix3.h, config/mips/tm-irix5.h,
config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF):  Define.

* sparc-tdep.c (sparc_pc_adjust):  Fix check for `unimp'
instruction to handle functions returning structures with
large sizes properly.

28 years ago * config/vxworks29k.exp: New file, sources vxworks.exp.
Brendan Kehoe [Fri, 28 Jul 1995 20:36:50 +0000 (20:36 +0000)] 
* config/vxworks29k.exp: New file, sources vxworks.exp.

28 years ago * configure, configure.in (z8k-*-sim): deleted.
Steve Chamberlain [Fri, 28 Jul 1995 18:57:30 +0000 (18:57 +0000)] 
* configure, configure.in (z8k-*-sim): deleted.

28 years ago * config/gdbremote.exp: New file. Testing framework using
Jeff Law [Fri, 28 Jul 1995 07:31:40 +0000 (07:31 +0000)] 
    * config/gdbremote.exp: New file.  Testing framework using
        gdbserver.

Doesn't work with lynx yet, and you need to set a handful of variables
in your site.exp, but it's worth checking in now.

28 years ago * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
Fred Fish [Fri, 28 Jul 1995 04:58:12 +0000 (04:58 +0000)] 
* gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
"call function when asleep" and "send end of file".
* gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
for "backtrace in corefile.exp".
* gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
for "backtrace through signal handler".
* gdb.base/corefile.exp: Make sure we actually generate a core file
before trying the core tests.  Some systems allow the user to suppress
generation of core files and default to that (linux for example).
* gdb.base/signals.exp: Change xfail for "next" acting like "continue"
from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.

28 years agotreat linuxoldld like linuxaout*
Ken Raeburn [Fri, 28 Jul 1995 01:43:15 +0000 (01:43 +0000)] 
treat linuxoldld like linuxaout*

28 years agomore vms changes
Ken Raeburn [Fri, 28 Jul 1995 00:45:53 +0000 (00:45 +0000)] 
more vms changes

28 years ago(arm-*-pe): Build libg++.
David Edelsohn [Thu, 27 Jul 1995 23:17:59 +0000 (23:17 +0000)] 
(arm-*-pe): Build libg++.

28 years agoThu Jul 27 15:26:28 1995 steve chamberlain <sac@slash.cygnus.com>
Steve Chamberlain [Thu, 27 Jul 1995 22:43:44 +0000 (22:43 +0000)] 
Thu Jul 27 15:26:28 1995  steve chamberlain  <sac@slash.cygnus.com>

* scripttempl/i386pe.sc: Cope with constructors.
* scripttempl/z8ksim.sc: Deleted.
* scripttempl/z8000.sc: Resurrected as this, but
can handle z8001 and z8002 formats.
* emulparams/z8ksim.sh: Deleted.
* emulparams/{z8001.sh, z8002.sh}: New files.
* config/z8ksim.mt: Deleted
* config/z8k-coff.mt: New, generates both emulations.

28 years agoDocument sed bug.
David Edelsohn [Thu, 27 Jul 1995 21:37:26 +0000 (21:37 +0000)] 
Document sed bug.

28 years ago * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
David Edelsohn [Thu, 27 Jul 1995 21:36:29 +0000 (21:36 +0000)] 
* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.

28 years ago * config.guess (*:Linux:*:*): First try asking the linker what the
Fred Fish [Thu, 27 Jul 1995 20:50:10 +0000 (20:50 +0000)] 
* config.guess (*:Linux:*:*): First try asking the linker what the
default object file format is (elf, aout, or coff).  Then if this
fails, try previous methods.

28 years ago * lynx-nat.c (child_wait): Handle threads exiting.
Jeff Law [Thu, 27 Jul 1995 19:57:16 +0000 (19:57 +0000)] 
    * lynx-nat.c (child_wait): Handle threads exiting.

28 years agoForgot to commit .Santiize.
Jeff Law [Thu, 27 Jul 1995 19:51:44 +0000 (19:51 +0000)] 
Forgot to commit .Santiize.

28 years ago* configure.in: Don't build newlib for *-*-vxworks5.1.
J.T. Conklin [Thu, 27 Jul 1995 18:31:12 +0000 (18:31 +0000)] 
* configure.in: Don't build newlib for *-*-vxworks5.1.

28 years ago * configure.in: Don't build newlib for a29k-*-vxworks5.1.
Brendan Kehoe [Thu, 27 Jul 1995 18:22:20 +0000 (18:22 +0000)] 
    * configure.in: Don't build newlib for a29k-*-vxworks5.1.
        * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.

28 years agoMore V.4/AIX fixes
Michael Meissner [Thu, 27 Jul 1995 14:01:34 +0000 (14:01 +0000)] 
More V.4/AIX fixes

28 years ago * hppa-tdep.c (hppa_fix_call_dummy): Rewrite code for calling
Jeff Law [Thu, 27 Jul 1995 08:30:22 +0000 (08:30 +0000)] 
    * hppa-tdep.c (hppa_fix_call_dummy): Rewrite code for calling
        into shared libraries.

Amazing...  7363 has required serious work in gcc, gas, bfd, and now gdb...

28 years agoBetter support V.4 calling sequences.
Michael Meissner [Thu, 27 Jul 1995 03:50:05 +0000 (03:50 +0000)] 
Better support V.4 calling sequences.

28 years ago * remote.c: Add documentation for extended protocol operations
Jeff Law [Wed, 26 Jul 1995 07:17:34 +0000 (07:17 +0000)] 
* remote.c:  Add documentation for extended protocol operations
and for thread_alive change from a couple weeks ago.
(extended_remote_ops): Declare and define a new target vector
for the extended remote protocol.
(extended_remote_restart): New function to restart the remote
server & process.
(remote_open): Just a stub routine.
(extended_remote_open): New function to start a remote session
using the extended gdb remote protocol.
(remote_open_1): New function containing code common to both
remote_open and extended_remote_open.
(remote_mourn, extended_remote_mourn, remote_mourn_1): Similarly.
(extended_remote_create_inferior): New function for the extended
remote target.
(initialize_remote): Add the extended_remote_ops target vector.
* gdbserver/server.c (main, case '!'): Set extended_protocol.
(main, case 'k'): If the extended protocol is in use, kill the
inferior then start a new one.
(main, case 'R'): New command to restart the remote server and
inferior process.  Only supported when using the extended
protocol.
(main, server loop): If the inferior terminates while using the
extended protocol then start a new one.  If getpkt fails when
using the extended protocol then exit.

New extended remote gdb protocol support; intended mainly for use with
the gdbserver testing framework that I'll be checking in soon.  Also
useful for interactive remote debugging since it supports "run".

28 years ago * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
David Edelsohn [Wed, 26 Jul 1995 04:31:28 +0000 (04:31 +0000)] 
* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".

28 years ago * gdb.threads: New directory with some crude multi-threaded
Jeff Law [Wed, 26 Jul 1995 00:35:07 +0000 (00:35 +0000)] 
    * gdb.threads: New directory with some crude multi-threaded
        gdb tests (step.exp and step2.exp).
        * config/mt-lynx (STEP_EXECUTABLE): Define.
        (THREADFLAGS): Define.

Hiro's test for 6100 and a crude test of my own.  They both need some
major cleanup for non-lynx hosts; both are also a little too loose in
their checks.  But I'm too burnt out on lynx to address either concern.

28 years agoOops, forgot the parens.
Stan Shebs [Tue, 25 Jul 1995 23:35:55 +0000 (23:35 +0000)] 
Oops, forgot the parens.

28 years agoClean up handling of COPYING.NEWLIB.
David Edelsohn [Tue, 25 Jul 1995 22:05:00 +0000 (22:05 +0000)] 
Clean up handling of COPYING.NEWLIB.

28 years ago * mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab
Stan Shebs [Tue, 25 Jul 1995 20:16:48 +0000 (20:16 +0000)] 
* mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab
line numbers using the psymtab's section offsets.
PR 7514

28 years ago * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
Jeff Law [Tue, 25 Jul 1995 17:09:50 +0000 (17:09 +0000)] 
* gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.

28 years ago * strings.c (DATA_FLAGS): Remove SEC_DATA.
Ian Lance Taylor [Tue, 25 Jul 1995 15:26:54 +0000 (15:26 +0000)] 
* strings.c (DATA_FLAGS): Remove SEC_DATA.
(main): If no file names are given, scan standard input.
* binutils.texi, strings.1: strings now scans non-data sections by
default.

28 years agoChange aix_framedata -> rs6000_framedata
Michael Meissner [Tue, 25 Jul 1995 14:46:12 +0000 (14:46 +0000)] 
Change aix_framedata -> rs6000_framedata

28 years ago * gdb.base/signals.exp: Disable whole file for lynx until
Jeff Law [Tue, 25 Jul 1995 08:52:39 +0000 (08:52 +0000)] 
* gdb.base/signals.exp: Disable whole file for lynx until
further notice.

Looks like a bug in the lynx2.2.2 kernel scroggs the stack pointer in
these tests leading to massive failures.  I've sent a nice small concise
example to Mark Rome @ lynx.  Severe braindamage.

28 years ago * gdb.base/signals.exp: xfail test where "next" acts like
Jeff Law [Tue, 25 Jul 1995 07:05:21 +0000 (07:05 +0000)] 
* gdb.base/signals.exp: xfail test where "next" acts like
"continue" for lynx.

28 years ago * gdb.base/interrupt.exp: xfail test for calling function while
Jeff Law [Tue, 25 Jul 1995 05:16:07 +0000 (05:16 +0000)] 
* gdb.base/interrupt.exp: xfail test for calling function while
inferior is asleep for lynx.

28 years ago * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
Jeff Law [Tue, 25 Jul 1995 05:12:43 +0000 (05:12 +0000)] 
* gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
than one cr-lf after each command.

28 years agoAdd a more useful comment.
David Edelsohn [Tue, 25 Jul 1995 00:40:09 +0000 (00:40 +0000)] 
Add a more useful comment.
And add a comment about where the "Right" place for cfg-*.in is (if any).

28 years agomore vms work from pat
Ken Raeburn [Tue, 25 Jul 1995 00:31:20 +0000 (00:31 +0000)] 
more vms work from pat

28 years agofix more compilation problems
Ken Raeburn [Tue, 25 Jul 1995 00:14:47 +0000 (00:14 +0000)] 
fix more compilation problems

28 years agoTry even harder to draw attention to the comments about files that aren't
Ken Raeburn [Mon, 24 Jul 1995 23:41:29 +0000 (23:41 +0000)] 
Try even harder to draw attention to the comments about files that aren't
checked out with every module.

28 years agosrconv.c (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
J.T. Conklin [Mon, 24 Jul 1995 23:41:19 +0000 (23:41 +0000)] 
srconv.c (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
for the sh.

28 years ago * ecofflink.c (_bfd_ecoff_locate_line): When handling stabs:
Ian Lance Taylor [Mon, 24 Jul 1995 21:42:41 +0000 (21:42 +0000)] 
* ecofflink.c (_bfd_ecoff_locate_line): When handling stabs:
correct setting of sym_ptr_end to consider symbols skipped when
setting sym_ptr; don't leave loop early unless an N_FUN is found
with a larger value.

28 years ago * config/default.exp: Define objcopy if it is not defined.
Ian Lance Taylor [Mon, 24 Jul 1995 21:03:12 +0000 (21:03 +0000)] 
* config/default.exp: Define objcopy if it is not defined.
* ld-sh/*: New tests for SH relaxing.

28 years ago* srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
J.T. Conklin [Mon, 24 Jul 1995 21:02:03 +0000 (21:02 +0000)] 
* srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
* sysdump.c (fillup): Return size - 1, the last byte is a checksum
and shouldn't be counted.
* sysroff.info (hd): Changed segment identifier from a byte to a 1
bit field.  The sysroff 2.0-01 specification seems to be in error
here.  Reduce width of following "spare" field from 4 to 3 bits.
(rl): Changed order and width of first 4 bitfields to correspond
to sysroff specification.
(dln_head, dln_inside, dln_tail): Removed.

28 years ago * ld-empic/empic.exp: If $CC does not exist, call untested rather
Ian Lance Taylor [Mon, 24 Jul 1995 19:36:57 +0000 (19:36 +0000)] 
* ld-empic/empic.exp: If $CC does not exist, call untested rather
than unresolved.

28 years ago * ldlang.c (lang_process): Call reset_memory_regions for each
Ian Lance Taylor [Mon, 24 Jul 1995 19:25:32 +0000 (19:25 +0000)] 
* ldlang.c (lang_process): Call reset_memory_regions for each
relaxation pass.

28 years ago * cofflink.c (coff_link_add_object_symbols): Call
Ian Lance Taylor [Mon, 24 Jul 1995 19:23:53 +0000 (19:23 +0000)] 
* cofflink.c (coff_link_add_object_symbols): Call
_bfd_coff_get_external_symbols, not coff_link_get_symbols.  Call
_bfd_coff_free_symbols, not coff_link_free_symbols.  Call
_bfd_coff_read_string_table, not coff_read_string_table.
(coff_link_check_archive_element): Likewise.
(coff_link_input_bfd): Likewise.
(coff_link_get_symbols): Move to coffgen.c.
(coff_read_string_table): Likewise.
(coff_link_free_symbols): Likewise.
(_bfd_coff_internal_syment_name): New static function.
(coff_link_check_ar_symbols): Use _bfd_coff_internal_syment_name.
(coff_link_add_symbols): Likewise.
(coff_link_input_bfd): Likewise.
(_bfd_coff_generic_relocate_section): Likewise.
(_bfd_coff_read_internal_relocs): New function.
(coff_link_input_bfd): Use cached section contents if available.
Use _bfd_coff_read_internal_relocs.
* coffcode.h (coff_slurp_symbol_table): Don't call bfd_seek.
(coff_bfd_get_relocated_section_contents): Only define if not
already defined.
(coff_bfd_relax_section): Likewise.
* coffgen.c (build_string_table): Remove.
(_bfd_coff_get_external_symbols): New function, moved in from old
coff_link_get_symbols in cofflink.c.
(_bfd_coff_read_string_table): New function, moved in from old
coff_read_string_table in cofflink.c.
(_bfd_coff_free_symbols): New function, moved in frmo old
coff_link_free_symbols in cofflink.c.
(coff_get_normalized_symtab): Use _bfd_coff_get_external_symbols
rather than reading the symbols directly.  To free them, call
_bfd_coff_free_symbols.  Use _bfd_coff_read_string_table rather
than build_string_table.
* libcoff-in.h (obj_coff_keep_syms): Define.
(obj_coff_keep_strings): Define.
(coff_data_type): Add fields keep_syms and keep_strings.
(coff_section_tdata): Define new structure.
(coff_section_data): Define.
(_bfd_coff_get_external_symbols): Declare.
(_bfd_coff_read_string_table): Declare.
(_bfd_coff_free_symbols): Declare.
(_bfd_coff_read_internal_relocs): Declare.
* libcoff.h: Rebuild.

28 years ago * coff-sh.c (sh_coff_howtos): Mark R_SH_PCDISP8BY2 and R_SH_PCDISP
Ian Lance Taylor [Mon, 24 Jul 1995 19:20:15 +0000 (19:20 +0000)] 
* coff-sh.c (sh_coff_howtos): Mark R_SH_PCDISP8BY2 and R_SH_PCDISP
as PC relative.  Describe R_SH_IMM16.  Add entries for
R_SH_SWITCH16, R_SH_SWITCH32, R_SH_USES, R_SH_COUNT, and
R_SH_ALIGN.
(SWAP_IN_RELOC_OFFSET): Define.
(SWAP_OUT_RELOC_OFFSET): Define.
(CALC_ADDEND): Define.
(sh_reloc): Change sym_value and addr to type bfd_vma.  Skip reloc
types other than R_SH_IMM32 and R_SH_PCDISP on an external symbol.
(coff_bfd_relax_section): Define.
(coff_bfd_get_relocated_section_contents): Define.
(sh_relax_section): New static function.
(sh_relax_delete_bytes): New static function.
(sh_relocate_section): Handle R_SH_PCDISP on an external symbol.
(sh_coff_get_relocated_section_contents): New static function.

28 years ago * config/tc-sh.c (md_pseudo_table): Add "uses".
Ian Lance Taylor [Mon, 24 Jul 1995 18:18:39 +0000 (18:18 +0000)] 
* config/tc-sh.c (md_pseudo_table): Add "uses".
(s_uses): New static function.
(sh_coff_frob_file): New function.
(md_convert_frag): Call subseg_change before calling fix_new.
(sh_handle_align): New function.
(SWITCH_TABLE): Define.
(sh_force_relocation): New function.
(md_apply_fix): Handle R_SH_USES, R_SH_COUNT and R_SH_ALIGN.
(sh_coff_reloc_mangle): Likewise.  Also handle switch table
entries.
* config/tc-sh.h (HANDLE_ALIGN): Define.
(sh_handle_align): Declare.
(TC_FORCE_RELOCATION): Define.
(sh_force_relocation): Declare.
(TC_COUNT_RELOC): Simplify; rely on TC_FORCE_RELOCATION instead.
(tc_frob_file): Define.
(sh_coff_frob_file): Declare.
* config/obj-coff.c (write_object_file): Call tc_frob_file if it
is defined.
(fixup_mdeps): Call HANDLE_ALIGN if it is defined.
(TC_FORCE_RELOCATION): Define if not defined.
(fixup_segment): Use TC_FORCE_RELOCATION to decide whether to
clear the symbol fields of fixP.

28 years agoAdd comment.
David Edelsohn [Mon, 24 Jul 1995 17:35:35 +0000 (17:35 +0000)] 
Add comment.

28 years ago * configure.in: Reinstate setting of stabsdirs variable, fix
Peter Schauer [Mon, 24 Jul 1995 06:35:58 +0000 (06:35 +0000)] 
* configure.in:  Reinstate setting of stabsdirs variable, fix
typo in setting up configdirs for native builds.

* gdb.base/return.exp:  Fix typo in return double test.
* gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
compiler from optimizing them away.

28 years ago(arc_files): Add cfg-ml-com.in.
David Edelsohn [Sun, 23 Jul 1995 06:12:31 +0000 (06:12 +0000)] 
(arc_files): Add cfg-ml-com.in.

28 years ago * defs.h (ATTR_FORMAT): Disable if ANSI_PROTOTYPES is not defined.
Jeff Law [Sun, 23 Jul 1995 05:47:32 +0000 (05:47 +0000)] 
* defs.h (ATTR_FORMAT): Disable if ANSI_PROTOTYPES is not defined.

28 years agoAdd R_PPC_SDAREL relocation.
Michael Meissner [Sat, 22 Jul 1995 02:59:48 +0000 (02:59 +0000)] 
Add R_PPC_SDAREL relocation.

28 years ago(multi-do, multi-clean): Add comment regarding @-signs.
David Edelsohn [Sat, 22 Jul 1995 01:27:06 +0000 (01:27 +0000)] 
(multi-do, multi-clean): Add comment regarding @-signs.

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