Age | Commit message (Expand) | Author | Files | Lines |
1994-01-15 | * read.c (emit_expr): Fix computation of mask. | David Edelsohn | 2 | -2/+7 |
1994-01-15 | * config/obj-elf.c (obj_elf_section): Fix loop termination test. | David Edelsohn | 1 | -30/+101 |
1994-01-15 | * c-exp.y (parse_number): Check for overflow regardless of range | Jim Kingdon | 2 | -46/+93 |
1994-01-15 | * TODO: Add notes about printing of fancy types and GDB expressions. | Jim Kingdon | 1 | -0/+4 |
1994-01-15 | * TODO: Add notes about printing of fancy types and GDB expressions. | Jim Kingdon | 2 | -1/+5 |
1994-01-15 | * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC): | Jim Kingdon | 2 | -2/+7 |
1994-01-15 | * TODO: Add note about printing of fancy types. | Jim Kingdon | 2 | -0/+170 |
1994-01-15 | * remote-udi.c (udi_create_inferior): Quote empty execfile argument. | Jim Kingdon | 2 | -1/+15 |
1994-01-15 | * gdbserver/low-lynx.c: Include <sys/wait.h> not /usr/include/wait.h. | Jim Kingdon | 2 | -1/+5 |
1994-01-15 | * utils.c (request_quit): Re-establish signal handler regardless | Jim Kingdon | 3 | -19/+81 |
1994-01-15 | * i960-tdep.c: Include target.h. | Jim Kingdon | 2 | -0/+5 |
1994-01-15 | Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 2 | -2/+12 |
1994-01-14 | * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set | Ian Lance Taylor | 2 | -6/+30 |
1994-01-14 | * objcopy.c (strip_main, copy_main): Don't clobber the input file | Ian Lance Taylor | 2 | -523/+676 |
1994-01-14 | * nlmconv.c (main): Warn about an attempt to use a shared library | Ian Lance Taylor | 2 | -0/+10 |
1994-01-14 | Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (Philippe | Ian Lance Taylor | 6 | -1/+61 |
1994-01-14 | * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus | Jim Kingdon | 1 | -3/+4 |
1994-01-14 | * nlmconv.c (setup_sections): Make sure that we align the | Ian Lance Taylor | 2 | -7/+22 |
1994-01-14 | * Makefile.in (ALLPARAM): Add config/nm-lynx.h. | Jim Kingdon | 1 | -0/+4 |
1994-01-14 | * remote-mips.c (mips_request, mips_wait): Correct prototypes. | Ian Lance Taylor | 2 | -2/+6 |
1994-01-14 | * config/i386/xm-linux.h: Define HAVE_TERMIOS. | Jim Kingdon | 2 | -0/+6 |
1994-01-14 | * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment. | Peter Schauer | 1 | -0/+4 |
1994-01-14 | * ecoff.c (ecoff_link_write_external): An ifd can be -1. | Ian Lance Taylor | 1 | -0/+4 |
1994-01-14 | ecoff.c, as.c changes | Ken Raeburn | 1 | -0/+6 |
1994-01-14 | (ecoff_set_gp_prolog_size): New function. | Ken Raeburn | 1 | -115/+99 |
1994-01-14 | Oops. Didn't mean to change reject_dev_configs. | Ken Raeburn | 1 | -1/+1 |
1994-01-14 | Don't include config.h directly any more. | Ken Raeburn | 1 | -14/+20 |
1994-01-14 | * struc-symbol.h (struct symbol): Make all bitfields unsigned. | Ken Raeburn | 1 | -0/+2 |
1994-01-13 | * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960 | Jim Kingdon | 2 | -0/+15 |
1994-01-13 | * som.c (som_set_reloc_info): Provide a default symbol for | Jeff Law | 1 | -0/+3 |
1994-01-13 | * objdump.c (dump_relocs): Don't crash if section name is NULL. | Ian Lance Taylor | 2 | -33/+59 |
1994-01-13 | Changes for i960_validate_fix, i386-netbsd* configs, BFDDEF handling, literal | Ken Raeburn | 1 | -0/+25 |
1994-01-13 | (add_to_literal_pool): Take symbol and addend as arguments, instead of | Ken Raeburn | 1 | -0/+78 |
1994-01-13 | (segment_info_type) [NEED_LITERAL_POOL]: Add field literal_pool_size. | Ken Raeburn | 1 | -38/+81 |
1994-01-13 | * as.h: Include config.h. Added forward declaration for struct symbol. | Ken Raeburn | 1 | -5/+36 |
1994-01-13 | * configure.in (i386-*-netbsd*): New target, using te-netbsd.h. | Ken Raeburn | 2 | -8/+13 |
1994-01-13 | * som.c (hppa_som_reloc): Add new "error message" argument. | Jeff Law | 2 | -17/+35 |
1994-01-13 | * config/obj-som.c (som_frob_file): Call adjust_code_sections | Jeff Law | 2 | -16/+89 |
1994-01-13 | * subsegs.c (subseg_get): Accept new argument "force_new". If | Jeff Law | 1 | -0/+33 |
1994-01-13 | * subsegs.c (subseg_get): Accept new argument "force_new". If | Jeff Law | 1 | -10/+65 |
1994-01-13 | * gas/all/gas.exp: No longer expect difference of forward | Jeff Law | 2 | -0/+91 |
1994-01-13 | Add search to target vector (#if 0'd until after 4.12): | Jim Kingdon | 3 | -1/+58 |
1994-01-13 | * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr | Jim Kingdon | 1 | -0/+8 |
1994-01-13 | * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0. | Jim Kingdon | 2 | -0/+7 |
1994-01-13 | * config/tc-hppa.c (hppa_fix_struct): Add new "segment" field. | Jeff Law | 1 | -5/+17 |
1994-01-13 | * gdb.texinfo (Print Settings): Document `set print | John Gilmore | 2 | -5/+49 |
1994-01-13 | * printcmd.c (print_address_symbolic): Make it search the | John Gilmore | 2 | -32/+103 |
1994-01-13 | * objfiles.h: Fix comments to reflect the fact that the phrase | Jim Kingdon | 2 | -3/+8 |
1994-01-12 | * gas/hppa/more.parse/procbug.s: Add test for another bug relating | Jeff Law | 2 | -0/+13 |
1994-01-12 | Enable gdb to write to core files on more core file readers. | Peter Schauer | 1 | -0/+10 |