* xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Mon Jan 27 13:43:26 1992 John Gilmore (gnu at cygnus.com)
2
3 * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
4 xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h:
5 Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
6
7 Mon Jan 27 13:00:55 1992 Stu Grossman (grossman at cygnus.com)
8
9 * Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
10 no longer any need to copy ../include/opcode/* into gdb.
11
12 Mon Jan 27 12:30:38 1992 John Gilmore (gnu at cygnus.com)
13
14 * ChangeLog, ChangeLog-9091: Split ChangeLog at 1992.
15
16 Mon Jan 27 08:18:17 1992 Fred Fish (fnf at cygnus.com)
17
18 * i860-tdep.c: Update with with numerous changes received
19 from current maintainer (Peggy Fieland).
20
21 Sun Jan 26 19:05:40 1992 Per Bothner (bothner at cygnus.com)
22
23 * valprint.c (type_print_base, type_print_method_args):
24 Print C++ constructor methods without bogus "return type."
25
26 Sat Jan 25 15:57:59 1992 Fred Fish (fnf at cygnus.com)
27
28 * infptrace.c (child_xfer_memory): Parameter "target" should
29 be a pointer to a structure, not the entire structure.
30
31 Fri Jan 24 01:30:27 1992 Fred Fish (fnf at cygnus.com)
32
33 * depend: Convert the couple of references to ansidecl.h that
34 used the local gdb version to use the ../include version.
35
36 Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
37
38 * procfs.c
39 (child_xfer_memory): Takes pointer to a struct, not entire struct.
40 (inferior_proc_init): Fix non-ANSI version of args.
41 (attach): Call print_sys_errmsg with correct number of args.
42 (mappingflags): Make static, does not need to be global.
43
44 * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
45 not the entire struct itself.
46
47 * valops.c (value_assign): Cast some args to modify_field() and
48 {read,write}_register_bytes() correctly.
49
50 * ansidecl.h: Removed, is duplicate of ../include/ansidecl.h
51
52 * Makefile.in (MALLOCSRC): Removed reference to removed local
53 copy of ansidecl.h.
54
55 * dwarfread.c (list_in_scope): Needs an initial value, use file
56 scope.
57
58 Mon Jan 20 19:06:28 1992 Stu Grossman (grossman at cygnus.com)
59
60 * main.c (main): Make option_index local to keep new getopt happy.
61 main.c, solib.c, Makefile.in: Update copyright notices.
62
63 Mon Jan 20 08:54:00 1992 Michael Tiemann (tiemann at cygnus.com)
64
65 * cplus-dem.c (cplus_demangle): Correctly demangle destructors.
66
67 Sat Jan 18 17:17:45 1992 Stu Grossman (grossman at cygnus.com)
68
69 * Makefile.in (HFILES): Add partial-stab.h.
70
71 Sat Jan 18 16:45:01 1992 Fred Fish (fnf at cygnus.com)
72
73 * config/mh-stratus, config/mt-stratus, i860-opcode.h,
74 i860-pinsn.c, i860-tdep.c, tm-stratus.h, xm-stratus.h:
75 New files for stratus.
76
77 * Makefile.in (USER_CFLAGS): Add macro specifically reserved
78 for getting custom flags into CFLAGS when doing makes.
79
80 * configure.in: Add config information for stratus.
81
82 Thu Jan 16 00:51:46 1992 Fred Fish (fnf at cygnus.com)
83
84 * dbxread.c (process_one_symbol): Pass address of structure
85 to complain(), rather than the whole structure.
86
87 Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com)
88
89 * solib.c (solib_add_common_symbols): Only compile in when not
90 using SVR4 style shared libraries.
91
92 Tue Jan 14 22:34:00 1992 Fred Fish (fnf at cygnus.com)
93
94 * dwarfread.c (locval): Add offreg flag to indicate location
95 values that are computed off a base register.
96
97 * dwarfread.c (new_symbol): Rework TAG_global_variable and
98 TAG_local_variable cases to account for static variables
99 within function scopes.
100
101 Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
102
103 * inflow.c: remove #include <sys/dir.h>. Not necessary, and
104 doesn't exist on some systems.
105
106 * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
107 nexting over recursive function calls.
108
109 * target.c (target_read_string): Create this routine to read null
110 terminated strings from the target. It deals with running off the
111 end of memory elegantly as well. solib.c (find_solib): Use
112 target_read_string() to avoid problems with running off the end of
113 memory.
114
115 * inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
116 that reference pgrp_inferior.
117
118 Mon Jan 13 14:57:11 1992 Per Bothner (bothner at cygnus.com)
119
120 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
121 mips-tfile has been hacked to act more "traditionally."
122 * dbxread.c: Fixed typo in comment.
123
124 Sun Jan 12 13:08:36 1992 Per Bothner (bothner at cygnus.com)
125
126 * mips-tdep.c (mips_skip_prologue): Add some number of
127 'sw' instructions before 'addiu' adjusts the stack.
128
129 Fri Jan 10 13:47:06 1992 Fred Fish (fnf at cygnus.com)
130
131 * dwarfread.c (start_symtab, end_symtab, scopecount, openscope,
132 freescope, buildblock closescope, record_line, add_symbol_to_list,
133 gatherblocks, make_blockvector): Extensive changes to switch
134 to generic symbol table building code in buildsym.c. Remove
135 scope tree structures and functions, symbol table building
136 functions, and lots of other small changes.
137
138 * dwarfread.c: Add new macros GCC_PRODUCER and STREQN. Remove
139 GCC_COMPILED_FLAG_SYMBOL and GCC2_COMPILED_FLAG_SYMBOL.
140
141 Tue Jan 7 13:09:57 1992 Stu Grossman (grossman at cygnus.com)
142
143 * buildsym.c (cleanup_undefined_types): Add support for enums.
144 This fixes the 'GDB internal error. cleanup_undefined_types with
145 bad type' problem.
146
147 Sun Jan 5 09:47:50 1992 Stu Grossman (grossman at cygnus.com)
148
149 * dbxread.c: detect gcc2 compilations.
150
151 Thu Jan 2 15:07:41 1992 John Gilmore (gnu at cygnus.com)
152
153 * sparc-pinsn.c: Rename bitfields that overlap with macro names
154 in ../include/opcode/sparc.h.
155
156 Wed Jan 1 04:29:00 1992 Fred Fish (fnf at cygnus.com)
157
158 * Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
159 to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2
160 to reflect actual locations of opcode files, so TAGS target will
161 be buildable.
162
163 * i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'.
164
165 * i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k
166 code.
167
168 * m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array
169 dereferencing to access the correct elements.
170
171 * valops.c (value_addr): Declare return type of external func
172 value_copy().
173
174 * xcoffread.c: Undefine next_symbol_text before redefining it.
175
176 For older changes see ChangeLog-9091
177 \f
178 Local Variables:
179 mode: indented-text
180 left-margin: 8
181 fill-column: 74
182 version-control: never
183 End:
This page took 0.033637 seconds and 4 git commands to generate.