aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-06-10 * ldexp.c (exp_fold_tree): Don't lose the old flag bits.Ian Lance Taylor2-1/+21
* 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.
1993-06-10Checkpoint for dje.Steve Chamberlain1-88/+37
1993-06-10 * elfread.c (elf_symtab_read): Add bfd section address to bfdFred Fish3-36/+115
symbols, now that they are section relative. * solib.c (bfd_lookup_symbol): Ditto.
1993-06-10Add ansidecl.hSteve Chamberlain1-0/+1
1993-06-10 * coff-mips.c (ecoff_sec_to_styp_flags): Use STYP_MIPS_INIT forIan Lance Taylor2-2/+12
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.
1993-06-10 * Makefile.in: Add mostlyclean, distclean, and realclean targets.Jim Kingdon1-0/+4
1993-06-10 * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.cJim Kingdon1-2/+2
depend: Updated accordingly.
1993-06-10I don't think this file is needed any moreKen Raeburn1-132/+0
1993-06-10patches from tegeKen Raeburn2-237/+516
1993-06-09fix comment portability problem (ultrix)David D. Zuhn1-0/+5
1993-06-09 * Makefile.in (*.tab.c): Use mv for atomic update.Jim Kingdon2-7/+26
* 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.
1993-06-09put configuration in startup bannerK. Richard Pixley2-0/+8
1993-06-09udi/foo now copyleft 93K. Richard Pixley1-0/+8
1993-06-09now copyleft 93K. Richard Pixley9-201/+178
1993-06-09 * mips.h (OMAGIC): Define.Ian Lance Taylor2-13/+66
1993-06-09 * coff-mips.c (ecoff_mkobject_hook): Mark ZMAGIC files as D_PAGED.Ian Lance Taylor2-200/+498
(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.
1993-06-09cast args to supply_register to avoid gcc warning.K. Richard Pixley2-18/+18
1993-06-09drop minimon supportK. Richard Pixley2-2/+4
1993-06-09removed -lresolvK. Richard Pixley2-1/+5
1993-06-09 * configure.in: Build diff for crosses, but not for go32 host.Ian Lance Taylor1-1/+2
1993-06-09 * configure.in: Build gprof only for native, and don't build itIan Lance Taylor2-2/+18
for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
1993-06-09 * gdbinv-s.texi (Debug Session): Document exceptionHook.Jim Kingdon2-3/+24
1993-06-09 * m68k-stub.c: Add comment about frame cache.Jim Kingdon1-0/+2
1993-06-09 * target.h (target_store_registers): Doc fix re error handling.Jim Kingdon1-0/+7
* findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless of register_valid[regno].
1993-06-09Doc fix re dependenciesJim Kingdon2-1/+6
1993-06-09 * serial.c (serial_close): If scb is NULL, don't try to closeRob Savoye2-3/+11
it. * configure.in: Add support for rom68k and bug boot monitors.
1993-06-09(read_memory_unsigned_integer): New function.Steve Chamberlain1-0/+38
1993-06-09 * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.Steve Chamberlain4-48/+112
* 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.
1993-06-09add commentJim Kingdon1-0/+15
1993-06-09move to hostsJim Kingdon1-12/+0
1993-06-09 * elfcode.h (elf_slurp_symbol_table): subtract section vma fromMark Eichin1-0/+6
symbol value, since bfd symbols are section relative, but ELF symbols aren't. for previous change.
1993-06-09helps if you save the ChangeLog after you edit it and before you check it inJim Kingdon1-3/+1
1993-06-08 * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) toJim Kingdon2-117/+9
m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between 68881 and non-68881 cases. Check for a pair of movel instructions.
1993-06-08symfile.h requires bfd.h so include itK. Richard Pixley2-1/+2
1993-06-08First cut at sparc-vxworks targetting.K. Richard Pixley5-1/+46
1993-06-08symfile.h requires bfd.h so include it.K. Richard Pixley1-0/+4
1993-06-08 * config/m68k/xm-news.h: add "extern int errno".Jim Kingdon2-0/+6
1993-06-08Obsolete.Steve Chamberlain2-45/+0
1993-06-08 * cpu-i960.c, cpu-h8300.c (compatible): Make static.Steve Chamberlain1-0/+5
1993-06-08new stuff for Sony NewsJim Kingdon1-0/+4
1993-06-08new fileJim Kingdon1-0/+12
1993-06-08Rewrite for H8/300-HSteve Chamberlain6-415/+130
1993-06-08 * remove-vx.c (vx_read_register, vx_write_register): collapseK. Richard Pixley4-65/+37
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.
1993-06-08 * gdb.texinfo (Print Settings): Move all stuff relating to symbolicJim Kingdon2-26/+49
addresses together. Also motivate the set print symbol-filename command and suggest other solutions.
1993-06-08 * symfile.{c,h} (generic_load): New function.Jim Kingdon5-151/+69
remote{,-nindy,-eb,-mips}.c: Use it.
1993-06-08 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, withSteve Chamberlain1-0/+1
H8/300-H opcodes.
1993-06-08 * bfd-in2.h, archures.c (bfd_mach_h8300[h]): new defines.Steve Chamberlain2-337/+178
* 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.
1993-06-08 * coff-mips.c (ecoff_compute_section_file_positions,Ian Lance Taylor1-0/+16
ecoff_write_object_contents): Only round to page boundaries if D_PAGED flag is set for the output BFD.
1993-06-08 * Makefile.in (depend): More sed gubbish to deal withStu Grossman2-105/+111
../bfd/bfd.h being generated during the build. * depend: Re-done with corrected makefile.
1993-06-07 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.Fred Fish4-141/+164
* 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.