aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-06-11update to new automatically built versionJim Kingdon1-2/+4
1993-06-11 (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,Ian Lance Taylor2-1/+3
not an integer.
1993-06-11 * remote-mips.c (mips_send_packet): Don't print garbage characterIan Lance Taylor2-2/+8
in debugging info. (mips_request): Don't check that remote pid is 0, because sometimes it isn't.
1993-06-11xJim Kingdon1-0/+5
1993-06-11 * stack.c (print_frame_info): Use catch_errors around print_frame_args.Jim Kingdon2-3/+27
1993-06-11 * Makefile.in (install): Don't depend on gdb.Jim Kingdon2-1/+9
1993-06-11rename for 14-char filenamesJim Kingdon2-3095/+0
1993-06-11Add some nm comments.David MacKenzie1-12/+7
1993-06-11 * mips-tdep.c (isa_NAN): Don't return true on -0.Jim Kingdon1-23/+1
1993-06-11 * Rename remote-es1800.c to remote-es.cJim Kingdon5-3/+3106
and remote-st2000.c to remote-st.c for 14-char filenames. config/m68k/{es1800,st2000}: Use the new names.
1993-06-11 * defs.h (INT_MAX): Cast unsigned shift result to int.Fred Fish2-2/+6
1993-06-11 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.Jim Kingdon2-11/+114
1993-06-11* hosts/std-host.h (int64e_type): Fix definition.David Edelsohn1-0/+4
1993-06-11(int64e_type): Fix definition.David Edelsohn1-1/+1
1993-06-11xJim Kingdon1-2/+4
1993-06-11 * objcopy.c (copy_object): Fix bad size passed to xmalloc().Per Bothner1-0/+24
1993-06-10 * gdb.t16/printcmd.exp: Don't print variables before running program.Jim Kingdon1-0/+27
* 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.
1993-06-10Checkpoint for dje.Steve Chamberlain2-21/+22
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