aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-05-26* m10300-dis.c (disassemble): Don't assume 32-bit longs whenAlexandre Oliva2-13/+19
2000-05-25New short-conditional-branch packing rules for D10V.Donald Lindsay2-46/+93
2000-05-25Define the ALONE flag bit, for use in the opcode table.Donald Lindsay2-0/+5
2000-05-25Add ALONE flag to most of the short branch instructions.Donald Lindsay2-11/+16
2000-05-25Replace SKIP_SOLIB_RESOLVER stub with something that works.Scott Bambrough3-4/+100
2000-05-25* acconfig.h (HAVE_R_FS, HAVE_R_GS): Add.Mark Kettenis5-330/+420
2000-05-25 * ser-go32.c: Remove PARAMS.Eli Zaretskii2-9/+13
2000-05-25Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".Andrew Cagney8-192/+257
2000-05-25Re-generate config.in.Andrew Cagney2-3/+7
2000-05-25File rename tweeks.Andrew Cagney2-0/+9
2000-05-25Ensure bfd_close after bfd_openw so we don't get multiple bfd_openwAlan Modra2-0/+9
2000-05-25IA-64 unwind info changes, fix errors, add missing pieces, and some cleanup.Jim Wilson3-328/+1191
2000-05-25Have TUI use the same configury mechanism as MI.Andrew Cagney7-283/+209
2000-05-25Update JimI's e-mail addres.Andrew Cagney3-16/+18
2000-05-25Delete pass on manually added dependency for readelf.o for new targetHans-Peter Nilsson1-3/+1
2000-05-24Add support for FreeBSD/i386 ELF.Mark Kettenis7-28/+389
2000-05-24 * bfdint.texi (BFD ELF processor required): Add paragraph aboutHans-Peter Nilsson2-0/+11
2000-05-242000-05-24 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-18/+18
2000-05-242000-05-17 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-5/+1
2000-05-242000-05-18 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-4/+10
2000-05-242000-05-17 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-1/+7
2000-05-24 * gdb.texinfo: Remove duplicate @syncodeindex. From BrianEli Zaretskii2-4/+6
2000-05-24 * mips-dis.c (REGISTER_NAMES): Rename to STD_REGISTER_NAMES.Diego Novillo2-2/+19
2000-05-24et al. not et.al.Andrew Cagney2-2/+7
2000-05-24Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney43-2307/+2582
2000-05-24* config/i386/nbsd.mt (TDEPFILES): Move solib.o from here...J.T. Conklin10-27/+200
2000-05-24Remove quotes from arround for loop arg.Andrew Cagney2-1/+6
2000-05-23Add special case handling when GDB set CPSR registerNick Clifton2-1/+12
2000-05-23* i387-nat.h, i387-nat.c: New files.Mark Kettenis3-0/+166
2000-05-23When deciding if ".text" section should be read-only, don't forget to resetNick Clifton2-10/+17
2000-05-23* config/sparc/nm-linux.h: Include config/nm-linux.h.Alexandre Oliva3-1/+10
2000-05-23one line fix by Gregory Lielens <Gregory.Lielens@fft.be> to fix a problemDavid Taylor2-1/+6
2000-05-23Add make_cleanup_close() function.Andrew Cagney3-0/+20
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu3-3/+6
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+7
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu13-21/+66
2000-05-23sigrc wasn't initialized before being passed to sim_resume().Andrew Cagney2-0/+6
2000-05-23Add -Wuninitialized.Andrew Cagney3-3/+9
2000-05-23Oops. Forgot to say "configure: Regenerate".Hans-Peter Nilsson1-0/+1
2000-05-23 * configure.in (i386-*-freebsd a.out entry): Quote properly.Hans-Peter Nilsson3-1/+7
2000-05-23IRIX GCC fixes from 5.0 branch.Andrew Cagney4-9/+22
2000-05-23Missed copyright update in last patch.Alan Modra2-2/+2
2000-05-23Pass jump reloc in fr_var so it can be used inAlan Modra4-36/+46
2000-05-23From branch. Bump VERSION number.Andrew Cagney2-1/+6
2000-05-23 * config/tc-ia64.c (FUNC_PC_RELATIVE): New.Richard Henderson2-77/+153
2000-05-23 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,Richard Henderson5-33/+462
2000-05-23 * ia64.h (R_IA64_PCREL60B, R_IA64_PCREL21BI): New.Richard Henderson2-1/+11
2000-05-23Allow d suffix on iretAlan Modra2-2/+7
2000-05-22Patch from Thomas de Lellis to implement --section-startNick Clifton5-4/+87
2000-05-22 * obj.h (struct format_ops): New members begin, app_file,Hans-Peter Nilsson9-18/+289