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