Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-22 | * symtab.c (lookup_symbol): Need to check if msymbol->name is | Stu Grossman | 2 | -430/+353 | |
NULL, as ALL_MSYMBOLS will never return a NULL msymbol pointer. This prevents a crash when trying to lookup the value of a non-existent symbol. | |||||
1992-04-22 | Remove now obsolete signame.c and signame.h; functionality is handled by | Fred Fish | 16 | -477/+193 | |
libiberty/strsignal.c. Widespread changes to use libiberty/strerror.c functions for errno manipulations and libiberty/strsignal.c for signo (signals) manipulations. | |||||
1992-04-22 | Convert typedef that typedefs nothing into a normal structure declaration. | Fred Fish | 1 | -0/+7 | |
Prototype args to function that second arg of pass_over points to. | |||||
1992-04-21 | rework CFLAGS so that they can be passed on the make command line | K. Richard Pixley | 2 | -41/+131 | |
1992-04-21 | do not print recursion lines | K. Richard Pixley | 1 | -0/+4 | |
1992-04-21 | correct final line of config.status | K. Richard Pixley | 2 | -1/+5 | |
1992-04-21 | configure: patch from eggert. Avoids a protection problem if the | K. Richard Pixley | 2 | -1/+8 | |
original Makefile.in is read only. | |||||
1992-04-21 | Makefile.in: rework CFLAGS so that they can be set from the command | K. Richard Pixley | 2 | -63/+49 | |
line to make. CFLAGS -> INTERNAL_CFLAGS. USER_CFLAGS -> CFLAGS. Remove MINUS_G. Default CFLAGS to -g. Pass CFLAGS on recusions. | |||||
1992-04-21 | configure: use move-if-change from gcc to create config.status. Some | K. Richard Pixley | 2 | -4/+23 | |
makefiles depend on config.status to tell if a directory has been reconfigured for a different host. This change prevents those directories from remaking everything in the case where the reconfig was only intended to rebuild a Makefile. | |||||
1992-04-21 | configure: test for config.sub with "config.sub sun4" rather than | K. Richard Pixley | 2 | -1/+8 | |
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub. | |||||
1992-04-21 | rework CFLAGS so that they can be set from the command line to make | K. Richard Pixley | 1 | -0/+5 | |
1992-04-21 | tooldir copy of ld belongs directly in tooldir | K. Richard Pixley | 2 | -8/+22 | |
1992-04-21 | tooldir copy of gas belongs directly in tooldir | K. Richard Pixley | 1 | -0/+9 | |
1992-04-21 | rework CFLAGS, etc. | K. Richard Pixley | 2 | -48/+34 | |
1992-04-21 | pass CFLAGS, remove MINUS_G, default CFLAGS to -g | K. Richard Pixley | 2 | -226/+156 | |
1992-04-21 | remove binutils, gas, ld when targetting rs6000 | K. Richard Pixley | 1 | -1/+2 | |
1992-04-21 | correct makesrcdir when subdir is . | K. Richard Pixley | 2 | -1/+16 | |
1992-04-18 | Add tekhex.c | Fred Fish | 1 | -0/+1 | |
1992-04-18 | Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by | Fred Fish | 5 | -88/+152 | |
just printing the type name from the type if it is not otherwise handled. Implement new handling of the ".syms" file for reusable symbol files. | |||||
1992-04-17 | Add tekhex | Steve Chamberlain | 1 | -0/+2 | |
1992-04-17 | Fri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 3 | -36/+34 | |
* bfd.c, Makefile.in: added tekhex * aoutx.h (set_section_contents): pages should be padded to the size of a page, not the size of a segment. * configure.in: added go32 host and i386-aout target. * i386aout.c, libaout.h: now works for go32 target * ieee.c: fix bit rot. * seclet.c: support for padding seclet type. | |||||
1992-04-17 | New definition of padding seclet | Steve Chamberlain | 1 | -2/+4 | |
1992-04-17 | * relax.c: added handling for new "padding" seclet type, used to | Steve Chamberlain | 3 | -6/+50 | |
fill out gaps between section. * ldgram.y, ldlex.l: now -defsym on the command line is done properly. | |||||
1992-04-17 | * sun3-xdep.c (fetch_core_registers): Lint. | John Gilmore | 3 | -2/+12 | |
* tm-sun3.h: Prototype lint. * value.h: Typo. | |||||
1992-04-17 | * TODO: New file. | Fred Fish | 2 | -0/+84 | |
* attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c, mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c: Lint. | |||||
1992-04-17 | Fix to dwarfread.c to target pointer and target long sizes, fixes for | Fred Fish | 6 | -26/+104 | |
mapped symbol file handling, and a couple of other misc small fixes. | |||||
1992-04-17 | * rs6000-pinsn.c: New version from IBM (Metin). | Per Bothner | 3 | -9/+21 | |
* m2-exp.y: Re-write string initializers ("<>" => {'<', '>'}) to avoid warnings from some compilers. | |||||
1992-04-17 | * rs6k.h: New version from IBM (Metin). | Per Bothner | 1 | -173/+187 | |
1992-04-16 | Lint found by Rich and gcc | Steve Chamberlain | 3 | -5/+19 | |
1992-04-16 | corrected a typo that resulted in makeinfo failure | K. Richard Pixley | 1 | -1/+1 | |
1992-04-16 | .NOEXPORT: so that children don't pick up false values for things like ↵ | K. Richard Pixley | 1 | -0/+3 | |
makefile frags | |||||
1992-04-16 | correction to makesrcdir for relative srcdir | K. Richard Pixley | 2 | -1/+8 | |
1992-04-16 | Add .NOEXPORT: so that doc directory doesn't inherit a bad definition | K. Richard Pixley | 2 | -0/+6 | |
for target_makefile_frag. | |||||
1992-04-15 | added mri.c | Steve Chamberlain | 1 | -1/+5 | |
1992-04-15 | Strange link script support | Steve Chamberlain | 4 | -14/+73 | |
1992-04-15 | Personal checkpoint - now should parse some MRI stuff | Steve Chamberlain | 8 | -78/+383 | |
1992-04-15 | Added EXTRACT command | Steve Chamberlain | 1 | -0/+38 | |
1992-04-15 | Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -204/+915 | |
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language. | |||||
1992-04-15 | Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure, | Fred Fish | 7 | -166/+192 | |
and use it to decide when to print the actual type name rather than trying to invent the name of a fundamental type. This clears up the confusion between int/long when they are the same sizes, removes one obstacle to multi-language support (previously valprint.c thought everything was a C type), and allows gdb to support distinctions between explicitly and implicitly signed types when the compiler supports such distinction in the debug output (as does every ANSI compiler I tested except for gcc). | |||||
1992-04-15 | Ifdef-out debugging code, and ifdef-out code that aborts on unhandled | Fred Fish | 1 | -0/+2 | |
sections (this was causing needless gdb aborts; gdb doesn't care about these sections anyway). | |||||
1992-04-14 | Fix couple of function args that expect to be passed CONST pointers, and | Fred Fish | 2 | -4/+13 | |
boolean functions that were returning NULL, which can be "void *" rather than just bare 0. | |||||
1992-04-14 | Pick up SGI defines for langCplusplus, langCplusplusV2, stStruct, stUnion, | Fred Fish | 2 | -2/+45 | |
and stEnum. The last three are required to be able to build the current checked in gdb on a non-sgi machine. | |||||
1992-04-14 | * remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h, | Stu Grossman | 4 | -213/+83 | |
vx-share/xdr_rdb.h: Update for new remote protocol under VxWorks 5.0.2. | |||||
1992-04-14 | Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation | Sean Eric Fagan | 1 | -0/+6 | |
environment. | |||||
1992-04-14 | Changed to support Apollo Series 400 under bsd4.3 emulation environment. | Sean Eric Fagan | 1 | -0/+1 | |
1992-04-14 | New header file for Apollo Series 400 running under BSD4.3 emulation. | Sean Eric Fagan | 1 | -0/+58 | |
1992-04-14 | * configure: Add support for 'subdirs' variable, which is | Per Bothner | 3 | -162/+244 | |
like 'configdirs', except that configure doesn't re-invoke itself for subdirs, it just creates a Makefile for each subdir. * configure.texi: Document subdirs. | |||||
1992-04-14 | Extensive changes to replace swapin() function with target_to_host() | Fred Fish | 2 | -347/+544 | |
and fix all usages to be independent of host/target integer size mismatches. However, cross debugging will still not work until the sign extension issue is resolved either by fixing the bfd library or implementing sign extension in the gdb code. | |||||
1992-04-14 | updated configure.in to include flex | David D. Zuhn | 1 | -0/+4 | |
1992-04-14 | configure.in knows about flex now | David D. Zuhn | 1 | -1/+1 | |