]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
31 years ago * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
Jim Kingdon [Sun, 13 Jun 1993 01:19:45 +0000 (01:19 +0000)] 
* {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
* Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.

31 years ago * hosts/std-host.h (struct int64e_struct): Remove needless typedef
Jim Kingdon [Sat, 12 Jun 1993 23:15:20 +0000 (23:15 +0000)] 
* hosts/std-host.h (struct int64e_struct): Remove needless typedef
keyword.

31 years ago * gdb.t00/teststrategy.exp: Fix expected results for printing
Fred Fish [Sat, 12 Jun 1993 23:13:48 +0000 (23:13 +0000)] 
* gdb.t00/teststrategy.exp:  Fix expected results for printing
user entered string constant.  Is array of char, prints with no
address.

31 years ago * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
Jim Kingdon [Sat, 12 Jun 1993 23:11:31 +0000 (23:11 +0000)] 
* stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
N_{L,R}BRAC,N_SLINE are relative to.

31 years agox
Jim Kingdon [Sat, 12 Jun 1993 22:13:44 +0000 (22:13 +0000)] 
x

31 years ago * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
Jim Kingdon [Sat, 12 Jun 1993 22:12:45 +0000 (22:12 +0000)] 
* mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
probably contained byte-order sins too.
config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
The IEEE_FLOAT code in print_floating takes care of it.

31 years ago * gdb.t00/{default.exp, help.exp}: Account for changes to radix
Fred Fish [Sat, 12 Jun 1993 22:09:59 +0000 (22:09 +0000)] 
* gdb.t00/{default.exp, help.exp}:  Account for changes to radix
commands.
* gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
* gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
* gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
of struct of char arrays.
* gdb.t00/radix.exp:  New tests for radix commands.

31 years ago * Makefile.in (VERSION): Bump to 4.9.2.
Fred Fish [Sat, 12 Jun 1993 22:03:27 +0000 (22:03 +0000)] 
* Makefile.in (VERSION):  Bump to 4.9.2.
* c-valprint.c (c_val_print):  For array of chars printed with
string syntax, don't print the address of the array.  From
bothner@cygnus.com.
* c-exp.y (yylex): Recognize '.' as indicating a floating point
number regardless of the radix.  From wilson@cygnus.com.
* valprint.c (set_input_radix_1, set_output_radix_1):  New
prototypes and functions that do the actual radix setting work.
* valprint.c (set_radix, set_output_radix, set_input_radix):
Rewrite to use set_input_radix_1 and set_output_radix_1.
* valprint.c (initialize_valprint):  Enable commands to
independently set and show input and output radices.
* valprint.c (show_radix):  New prototype and function that
handles separate input and output radices.

31 years agomips-dis.c needn't choke on HOST_64_BIT
Ken Raeburn [Fri, 11 Jun 1993 23:39:25 +0000 (23:39 +0000)] 
mips-dis.c needn't choke on HOST_64_BIT

31 years agoLots of changes from Jeff Law for HPPA support:
Ken Raeburn [Fri, 11 Jun 1993 23:20:54 +0000 (23:20 +0000)] 
Lots of changes from Jeff Law for HPPA support:
Clean up cruft in opcode table; improve opcodes library disassembler; make
gdb use opcodes library disassembler.

31 years agorevised format for config info
K. Richard Pixley [Fri, 11 Jun 1993 22:23:17 +0000 (22:23 +0000)] 
revised format for config info

31 years ago * Makefile.in (GDBvn.texi): Update atomically.
Jim Kingdon [Fri, 11 Jun 1993 22:16:47 +0000 (22:16 +0000)] 
* Makefile.in (GDBvn.texi): Update atomically.

31 years ago * dbxread.c (process_one_symbol): Rather than having
Jim Kingdon [Fri, 11 Jun 1993 21:53:49 +0000 (21:53 +0000)] 
* dbxread.c (process_one_symbol): Rather than having
BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
is true if we are doing stabs-in-elf, false otherwise.
config/sparc/tm-sun4sol2.h: Don't define it.

31 years agoupdate to new automatically built version
Jim Kingdon [Fri, 11 Jun 1993 21:23:12 +0000 (21:23 +0000)] 
update to new automatically built version

31 years ago (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
Ian Lance Taylor [Fri, 11 Jun 1993 20:51:22 +0000 (20:51 +0000)] 
(mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
not an integer.

31 years ago * remote-mips.c (mips_send_packet): Don't print garbage character
Ian Lance Taylor [Fri, 11 Jun 1993 20:35:35 +0000 (20:35 +0000)] 
* remote-mips.c (mips_send_packet): Don't print garbage character
in debugging info.
(mips_request): Don't check that remote pid is 0, because
sometimes it isn't.

31 years agox
Jim Kingdon [Fri, 11 Jun 1993 20:31:37 +0000 (20:31 +0000)] 
x

31 years ago * stack.c (print_frame_info): Use catch_errors around print_frame_args.
Jim Kingdon [Fri, 11 Jun 1993 20:06:41 +0000 (20:06 +0000)] 
* stack.c (print_frame_info): Use catch_errors around print_frame_args.

31 years ago * Makefile.in (install): Don't depend on gdb.
Jim Kingdon [Fri, 11 Jun 1993 19:08:18 +0000 (19:08 +0000)] 
* Makefile.in (install): Don't depend on gdb.

31 years agorename for 14-char filenames
Jim Kingdon [Fri, 11 Jun 1993 19:00:25 +0000 (19:00 +0000)] 
rename for 14-char filenames

31 years agoAdd some nm comments.
David MacKenzie [Fri, 11 Jun 1993 18:39:25 +0000 (18:39 +0000)] 
Add some nm comments.

31 years ago * mips-tdep.c (isa_NAN): Don't return true on -0.
Jim Kingdon [Fri, 11 Jun 1993 18:33:12 +0000 (18:33 +0000)] 
* mips-tdep.c (isa_NAN): Don't return true on -0.

31 years ago * Rename remote-es1800.c to remote-es.c
Jim Kingdon [Fri, 11 Jun 1993 18:29:50 +0000 (18:29 +0000)] 
* Rename remote-es1800.c to remote-es.c
and remote-st2000.c to remote-st.c for 14-char filenames.
config/m68k/{es1800,st2000}: Use the new names.

31 years ago * defs.h (INT_MAX): Cast unsigned shift result to int.
Fred Fish [Fri, 11 Jun 1993 17:25:57 +0000 (17:25 +0000)] 
* defs.h (INT_MAX):  Cast unsigned shift result to int.

31 years ago * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
Jim Kingdon [Fri, 11 Jun 1993 16:23:55 +0000 (16:23 +0000)] 
* m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.

31 years ago* hosts/std-host.h (int64e_type): Fix definition.
David Edelsohn [Fri, 11 Jun 1993 03:39:22 +0000 (03:39 +0000)] 
* hosts/std-host.h (int64e_type): Fix definition.

31 years ago(int64e_type): Fix definition.
David Edelsohn [Fri, 11 Jun 1993 03:38:16 +0000 (03:38 +0000)] 
(int64e_type): Fix definition.

31 years agox
Jim Kingdon [Fri, 11 Jun 1993 03:11:32 +0000 (03:11 +0000)] 
x

31 years ago * objcopy.c (copy_object): Fix bad size passed to xmalloc().
Per Bothner [Fri, 11 Jun 1993 00:34:26 +0000 (00:34 +0000)] 
 * objcopy.c (copy_object):  Fix bad size passed to xmalloc().

31 years ago * gdb.t16/printcmd.exp: Don't print variables before running program.
Jim Kingdon [Thu, 10 Jun 1993 22:43:53 +0000 (22:43 +0000)] 
* gdb.t16/printcmd.exp: Don't print variables before running program.

* gdb.t06/break.exp: Don't require envp argument to main.

* gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.

* gdb.t02/whatis.exp, gdb.t11/list.exp:
Add xfails for rs6000.

* gdb.t02/whatis.exp: Re-write other tests
not to re-test something we already tested.

* gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
each type used has a variable of that type.

31 years agoCheckpoint for dje.
Steve Chamberlain [Thu, 10 Jun 1993 21:20:25 +0000 (21:20 +0000)] 
Checkpoint for dje.

31 years ago * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
Ian Lance Taylor [Thu, 10 Jun 1993 21:02:59 +0000 (21:02 +0000)] 
* ldexp.c (exp_fold_tree): Don't lose the old flag bits.
* ldgram.y (statement_list_opt): New nonterminal, either empty or
statement_list.
(section): Use statement_list_opt, not statement_list.
* m68kcoff.sc-sh: Gather constructors and destructors and define
__CTOR_LIST__ and __DTOR_LIST__ appropriately.
* sa29200.sc-sh: Gather constructors and destructors and define
___CTOR_LIST__ and ___DTOR_LIST__ appropriately.

31 years agoCheckpoint for dje.
Steve Chamberlain [Thu, 10 Jun 1993 20:38:39 +0000 (20:38 +0000)] 
Checkpoint for dje.

31 years ago * elfread.c (elf_symtab_read): Add bfd section address to bfd
Fred Fish [Thu, 10 Jun 1993 20:31:47 +0000 (20:31 +0000)] 
* elfread.c (elf_symtab_read):  Add bfd section address to bfd
symbols, now that they are section relative.
* solib.c (bfd_lookup_symbol):  Ditto.

31 years agoAdd ansidecl.h
Steve Chamberlain [Thu, 10 Jun 1993 20:31:17 +0000 (20:31 +0000)] 
Add ansidecl.h

31 years ago * coff-mips.c (ecoff_sec_to_styp_flags): Use STYP_MIPS_INIT for
Ian Lance Taylor [Thu, 10 Jun 1993 18:51:48 +0000 (18:51 +0000)] 
* coff-mips.c (ecoff_sec_to_styp_flags): Use STYP_MIPS_INIT for
section named _INIT.  Don't set STYP_TEXT unless SEC_CODE is set.
(ecoff_styp_to_sec_flags): Treat a STYP_MIPS_INIT section like
a STYP_TEXT section.

31 years ago * Makefile.in: Add mostlyclean, distclean, and realclean targets.
Jim Kingdon [Thu, 10 Jun 1993 18:26:53 +0000 (18:26 +0000)] 
* Makefile.in: Add mostlyclean, distclean, and realclean targets.

31 years ago * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
Jim Kingdon [Thu, 10 Jun 1993 18:17:07 +0000 (18:17 +0000)] 
* Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
depend: Updated accordingly.

31 years agoI don't think this file is needed any more
Ken Raeburn [Thu, 10 Jun 1993 01:35:17 +0000 (01:35 +0000)] 
I don't think this file is needed any more

31 years agopatches from tege
Ken Raeburn [Thu, 10 Jun 1993 01:33:42 +0000 (01:33 +0000)] 
patches from tege

31 years agofix comment portability problem (ultrix)
David D. Zuhn [Wed, 9 Jun 1993 23:49:32 +0000 (23:49 +0000)] 
fix comment portability problem (ultrix)

31 years ago * Makefile.in (*.tab.c): Use mv for atomic update.
Jim Kingdon [Wed, 9 Jun 1993 23:27:24 +0000 (23:27 +0000)] 
* Makefile.in (*.tab.c): Use mv for atomic update.

* Makefile.in ({dist,real}clean): Also remove nm.h.
(realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
(distclean): Don't rebuild *.tab.c or TAGS.

31 years agoput configuration in startup banner
K. Richard Pixley [Wed, 9 Jun 1993 23:22:48 +0000 (23:22 +0000)] 
put configuration in startup banner

31 years agoudi/foo now copyleft 93
K. Richard Pixley [Wed, 9 Jun 1993 22:29:33 +0000 (22:29 +0000)] 
udi/foo now copyleft 93

31 years agonow copyleft 93
K. Richard Pixley [Wed, 9 Jun 1993 22:28:58 +0000 (22:28 +0000)] 
now copyleft 93

31 years ago * mips.h (OMAGIC): Define.
Ian Lance Taylor [Wed, 9 Jun 1993 22:09:38 +0000 (22:09 +0000)] 
* mips.h (OMAGIC): Define.

31 years ago * coff-mips.c (ecoff_mkobject_hook): Mark ZMAGIC files as D_PAGED.
Ian Lance Taylor [Wed, 9 Jun 1993 22:08:13 +0000 (22:08 +0000)] 
* coff-mips.c (ecoff_mkobject_hook): Mark ZMAGIC files as D_PAGED.
(ecoff_write_object_contents): If not D_PAGED, don't add the
section headers to text_size.  If not D_PAGED, set the magic
number to OMAGIC rather than ZMAGIC.  If creating a D_PAGED
executable, the executable must fully occupy an even number of
pages.
(ecoff_set_symbol_info, make_bfd_asection, ecoff_little_vec,
ecoff_big_vec): Consistently set section alignment power to 4,
since ECOFF sections should be multiples of 16 bytes.
(ecoff_little_vec, ecoff_big_vec): Added D_PAGED to object_flags.
Made ar_pad_char and ar_max_namelen agree for both.

31 years agocast args to supply_register to avoid gcc warning.
K. Richard Pixley [Wed, 9 Jun 1993 21:13:08 +0000 (21:13 +0000)] 
cast args to supply_register to avoid gcc warning.

31 years agodrop minimon support
K. Richard Pixley [Wed, 9 Jun 1993 20:00:52 +0000 (20:00 +0000)] 
drop minimon support

31 years agoremoved -lresolv
K. Richard Pixley [Wed, 9 Jun 1993 19:58:38 +0000 (19:58 +0000)] 
removed -lresolv

31 years ago * configure.in: Build diff for crosses, but not for go32 host.
Ian Lance Taylor [Wed, 9 Jun 1993 19:46:09 +0000 (19:46 +0000)] 
* configure.in: Build diff for crosses, but not for go32 host.

31 years ago * configure.in: Build gprof only for native, and don't build it
Ian Lance Taylor [Wed, 9 Jun 1993 19:32:57 +0000 (19:32 +0000)] 
* configure.in: Build gprof only for native, and don't build it
for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.

31 years ago * gdbinv-s.texi (Debug Session): Document exceptionHook.
Jim Kingdon [Wed, 9 Jun 1993 18:12:35 +0000 (18:12 +0000)] 
* gdbinv-s.texi (Debug Session): Document exceptionHook.

31 years ago * m68k-stub.c: Add comment about frame cache.
Jim Kingdon [Wed, 9 Jun 1993 14:04:02 +0000 (14:04 +0000)] 
* m68k-stub.c: Add comment about frame cache.

31 years ago * target.h (target_store_registers): Doc fix re error handling.
Jim Kingdon [Wed, 9 Jun 1993 13:24:16 +0000 (13:24 +0000)] 
* target.h (target_store_registers): Doc fix re error handling.

* findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
of register_valid[regno].

31 years agoDoc fix re dependencies
Jim Kingdon [Wed, 9 Jun 1993 01:28:54 +0000 (01:28 +0000)] 
Doc fix re dependencies

31 years ago * serial.c (serial_close): If scb is NULL, don't try to close
Rob Savoye [Wed, 9 Jun 1993 01:18:26 +0000 (01:18 +0000)] 
   * serial.c (serial_close): If scb is NULL, don't try to close
       it.
       * configure.in: Add support for rom68k and bug boot monitors.

31 years ago(read_memory_unsigned_integer): New function.
Steve Chamberlain [Wed, 9 Jun 1993 00:52:13 +0000 (00:52 +0000)] 
(read_memory_unsigned_integer): New function.

31 years ago * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
Steve Chamberlain [Wed, 9 Jun 1993 00:47:13 +0000 (00:47 +0000)] 
* coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
* gdbcore.h, core.c (read_memory_unsigned_integer): New function.
* findvar.c (read_register, write_register): Fix thinko where
sizeof(host long) != sizeof(target int).
* h8300-tdep.c: Use new read_memory_unsigned_integer call.
* sh-tdep.c (_initialize_sh_tdep): Add memory_size command.

31 years agoadd comment
Jim Kingdon [Wed, 9 Jun 1993 00:41:06 +0000 (00:41 +0000)] 
add comment

31 years agomove to hosts
Jim Kingdon [Wed, 9 Jun 1993 00:33:55 +0000 (00:33 +0000)] 
move to hosts

31 years ago * elfcode.h (elf_slurp_symbol_table): subtract section vma from
Mark Eichin [Wed, 9 Jun 1993 00:30:58 +0000 (00:30 +0000)] 
* elfcode.h (elf_slurp_symbol_table): subtract section vma from
symbol value, since bfd symbols are section relative, but ELF
symbols aren't.
for previous change.

31 years agohelps if you save the ChangeLog after you edit it and before you check it in
Jim Kingdon [Wed, 9 Jun 1993 00:14:12 +0000 (00:14 +0000)] 
helps if you save the ChangeLog after you edit it and before you check it in

31 years ago * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
Jim Kingdon [Tue, 8 Jun 1993 23:35:00 +0000 (23:35 +0000)] 
* Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
m68k-tdep.c (m68k_find_saved_regs).  Don't duplicate code between
68881 and non-68881 cases.  Check for a pair of movel instructions.

31 years agosymfile.h requires bfd.h so include it
K. Richard Pixley [Tue, 8 Jun 1993 23:17:01 +0000 (23:17 +0000)] 
symfile.h requires bfd.h so include it

31 years agoFirst cut at sparc-vxworks targetting.
K. Richard Pixley [Tue, 8 Jun 1993 23:05:20 +0000 (23:05 +0000)] 
First cut at sparc-vxworks targetting.

31 years agosymfile.h requires bfd.h so include it.
K. Richard Pixley [Tue, 8 Jun 1993 21:54:05 +0000 (21:54 +0000)] 
symfile.h requires bfd.h so include it.

31 years ago * config/m68k/xm-news.h: add "extern int errno".
Jim Kingdon [Tue, 8 Jun 1993 21:44:14 +0000 (21:44 +0000)] 
* config/m68k/xm-news.h: add "extern int errno".

31 years agoObsolete.
Steve Chamberlain [Tue, 8 Jun 1993 21:38:42 +0000 (21:38 +0000)] 
Obsolete.

31 years ago * cpu-i960.c, cpu-h8300.c (compatible): Make static.
Steve Chamberlain [Tue, 8 Jun 1993 21:31:12 +0000 (21:31 +0000)] 
* cpu-i960.c, cpu-h8300.c (compatible): Make static.

31 years agonew stuff for Sony News
Jim Kingdon [Tue, 8 Jun 1993 21:30:08 +0000 (21:30 +0000)] 
new stuff for Sony News

31 years agonew file
Jim Kingdon [Tue, 8 Jun 1993 21:28:41 +0000 (21:28 +0000)] 
new file

31 years agoRewrite for H8/300-H
Steve Chamberlain [Tue, 8 Jun 1993 21:16:33 +0000 (21:16 +0000)] 
Rewrite for H8/300-H

31 years ago * remove-vx.c (vx_read_register, vx_write_register): collapse
K. Richard Pixley [Tue, 8 Jun 1993 20:56:23 +0000 (20:56 +0000)] 
* remove-vx.c (vx_read_register, vx_write_register): collapse
  ifdef I80960 else (assumes) m68k into parameterizable macros
  VX_NUM_REGS and VX_SIZE_FPREGS.
* config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS,
  VX_SIZE_FPREGS): new definitions.

31 years ago * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
Jim Kingdon [Tue, 8 Jun 1993 20:46:45 +0000 (20:46 +0000)] 
* gdb.texinfo (Print Settings): Move all stuff relating to symbolic
addresses together.  Also motivate the set print symbol-filename
command and suggest other solutions.

31 years ago * symfile.{c,h} (generic_load): New function.
Jim Kingdon [Tue, 8 Jun 1993 19:48:15 +0000 (19:48 +0000)] 
* symfile.{c,h} (generic_load): New function.
remote{,-nindy,-eb,-mips}.c: Use it.

31 years ago * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
Steve Chamberlain [Tue, 8 Jun 1993 19:26:23 +0000 (19:26 +0000)] 
* h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
H8/300-H opcodes.

31 years ago * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines.
Steve Chamberlain [Tue, 8 Jun 1993 19:15:35 +0000 (19:15 +0000)] 
* bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines.
* coff-h8300.c: More addressing modes.
* coffcode.h (coff_set_arch_mach_hook): Cope with H8300 magic
number.
* cpu-h8300.c: Removed disassemble stuff. (h8300_scan): Recognise
H8/300H name. (compatible): New function.
* reloc16.c (bfd_coff_reloc16_get_relocated_sec): Cope with more
addressing modes.

31 years ago * coff-mips.c (ecoff_compute_section_file_positions,
Ian Lance Taylor [Tue, 8 Jun 1993 17:35:27 +0000 (17:35 +0000)] 
* coff-mips.c (ecoff_compute_section_file_positions,
ecoff_write_object_contents): Only round to page boundaries if
D_PAGED flag is set for the output BFD.

31 years ago * Makefile.in (depend): More sed gubbish to deal with
Stu Grossman [Tue, 8 Jun 1993 03:10:34 +0000 (03:10 +0000)] 
* Makefile.in (depend):  More sed gubbish to deal with
../bfd/bfd.h being generated during the build.
* depend:  Re-done with corrected makefile.

31 years ago * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.
Fred Fish [Mon, 7 Jun 1993 23:41:44 +0000 (23:41 +0000)] 
* Makefile.in (BFD_SRC_DIR):  Renamed def and usages from BFD_DIR.
* Makefile.in (BFD_OBJ_DIR):  New definition for the bfd build
directory to find automatically generated header files and library.
* Makefile.in (BFD_LIB):  Use BFD_OBJ_DIR.
* Makefile.in (LINTFLAGS):  Include BFD_OBJ_DIR.
* Makefile.in (saber_gdb):  Include BFD_OBJ_DIR.
* Makefile.in (depend):  Include BFD_OBJ_DIR in gcc args.
* Makefile.in (paread.o, xcoffexec.o):  Remove, now in depend.
* depend, alldeps.mak:  Rebuild after Makefile.in changes.

31 years agodon't build gas,ld,binutils for *-*-sysv4
David D. Zuhn [Mon, 7 Jun 1993 20:14:02 +0000 (20:14 +0000)] 
don't build gas,ld,binutils for *-*-sysv4

31 years ago * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
Per Bothner [Mon, 7 Jun 1993 19:59:50 +0000 (19:59 +0000)] 
* Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
* configure.in:  No longer need to configure to get sysdep.h.

31 years ago * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
Per Bothner [Mon, 7 Jun 1993 19:57:26 +0000 (19:57 +0000)] 
* Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
* configure.in:  No longer need to configure to get sysdep.h.

31 years ago * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
Per Bothner [Mon, 7 Jun 1993 19:45:12 +0000 (19:45 +0000)] 
* Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
* configure.in:  No longer need to configure to get sysdep.h.
* objcopy.c (copy_object):  Fix symbol table handling.

31 years ago * configure.in (host_tools): Add prms.
Brendan Kehoe [Mon, 7 Jun 1993 18:41:17 +0000 (18:41 +0000)] 
* configure.in (host_tools): Add prms.

31 years agoconfig/tc-sparc.c: (sparc_ip): Fix parsing of asi number. Fix error message.
David Edelsohn [Mon, 7 Jun 1993 16:57:18 +0000 (16:57 +0000)] 
config/tc-sparc.c: (sparc_ip): Fix parsing of asi number.  Fix error message.

31 years agoRemove # from XDEPFILES. This causes `make alldeps.mak' to produce a bad
Stu Grossman [Sat, 5 Jun 1993 01:38:08 +0000 (01:38 +0000)] 
Remove # from XDEPFILES.  This causes `make alldeps.mak' to produce a bad
ALLDEPFILES definition.

31 years agoRemove # from config/m68k/isi.h:XDEPFILES. This causes alldeps.mak to mostly
Stu Grossman [Sat, 5 Jun 1993 01:36:37 +0000 (01:36 +0000)] 
Remove # from config/m68k/isi.h:XDEPFILES.  This causes alldeps.mak to mostly
get commented out.  depend and alldeps.mak are much more complete now.

31 years agoupdate INFO-DIR-ENTRY
David D. Zuhn [Fri, 4 Jun 1993 23:24:37 +0000 (23:24 +0000)] 
update INFO-DIR-ENTRY

31 years ago * Makefile.in: remove old C++ rules; remove install:all and
David D. Zuhn [Fri, 4 Jun 1993 23:20:08 +0000 (23:20 +0000)] 
* Makefile.in: remove old C++ rules; remove install:all and
install-info:info dependencies (these cause some spurious rebuilds
at 'make install' time)

31 years agoSupport for Alpha.
Steve Chamberlain [Fri, 4 Jun 1993 23:14:16 +0000 (23:14 +0000)] 
Support for Alpha.

31 years agoclean v9 stuff out of configure.in
Ken Raeburn [Fri, 4 Jun 1993 23:06:28 +0000 (23:06 +0000)] 
clean v9 stuff out of configure.in

31 years ago * config/h8300.c: Support for H8/300-H opcodes.
Steve Chamberlain [Fri, 4 Jun 1993 23:03:00 +0000 (23:03 +0000)] 
* config/h8300.c: Support for H8/300-H opcodes.

* config/obj-coffbfd.c (w_strings): String table length is 4
bytes, no matter what the host int size is.

31 years agoAdded alpha as host.
Steve Chamberlain [Fri, 4 Jun 1993 23:02:19 +0000 (23:02 +0000)] 
Added alpha as host.

31 years agoinclude right headers
Steve Chamberlain [Fri, 4 Jun 1993 22:55:00 +0000 (22:55 +0000)] 
include right headers

31 years ago * coffcode.h (get_index, coff_slurp_symbol_table): Fix pointer
Steve Chamberlain [Fri, 4 Jun 1993 22:54:20 +0000 (22:54 +0000)] 
* coffcode.h (get_index, coff_slurp_symbol_table): Fix pointer
casts to work on machine where sizeof(long) != sizeof(int) !=
sizeof(char *).
        * coffgen.c (coff_get_normalized_symtab): Ditto.
* cpu-h8300.c coff-h8300.c: Support for H8/300-H.

31 years agoPatch from minyard@bnr.ca: For empty symbol table, write out number "4" in
Ken Raeburn [Fri, 4 Jun 1993 22:43:07 +0000 (22:43 +0000)] 
Patch from minyard@bnr.ca: For empty symbol table, write out number "4" in
correct byte order.

31 years ago * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
David D. Zuhn [Fri, 4 Jun 1993 21:19:51 +0000 (21:19 +0000)] 
* config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED

31 years ago * configure.in: change lynx support to CPU-*-lynxos*
David D. Zuhn [Fri, 4 Jun 1993 21:17:32 +0000 (21:17 +0000)] 
* configure.in: change lynx support to CPU-*-lynxos*
* Makefile.in (subdir_do): change test from existence of directory
to existence of Makefile (the directory may exist but not be configured)