* valprint.c (print_longest): Fix a syntax error in #ifdef
[deliverable/binutils-gdb.git] / gdb / ChangeLog.mpw
CommitLineData
e70a10c3
SS
1Fri Mar 17 15:01:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2
3 * mpw-config.in (i386-unknown-go32): Change from aout.
4 (sh-hitachi-hms): New target.
5 * mpw-make.in (BISON): Use byacc instead of bison.
6 (VERSION): Bump to 4.14.1.
7 (*-pinsn.*): Remove mentions everywhere.
8 (all): Don't build MacGDB.
9 (gdb, SiowGDB): Depend on Version.r.
10 (Version.r): Generate from version info.
11 * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
12 (main) [MPW]: Remove debugging hook.
13 * mac-xdep.c (debug_openp): New flag.
14 (mac_init): Set flag if env variable defined.
15 * ser-mac.c (mac_open): Clarify error message.
16 (mac_readchar): Call PROGRESS while looping.
17 (mac_write): Call sleep instead of sec_sleep.
18 (sec_sleep): Remove.
19 * source.c (openp) [MPW]: Only print debugging info if debugging.
20 * utils.c (query) [MPW]: Clarify that behavior is a bug.
21
c43e9dc6
SS
22Wed Jan 4 17:55:39 1995 Stan Shebs <shebs@andros.cygnus.com>
23
24 * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
25
91384699
SS
26Thu Dec 15 17:53:30 1994 Stan Shebs <shebs@andros.cygnus.com>
27
28 * main.c, source.c: Remove hacks that replace long strings
29 with shorter ones, now solved portably.
30
3bf21084
SS
31Tue Dec 13 16:32:09 1994 Stan Shebs <shebs@andros.cygnus.com>
32
a2905ef8
SS
33 * config/m68k/xm-mpw.h (spin.h): Include.
34 (ALMOST_STDC): Only define if MPW_C.
35 * config/m68k/tm-mac.h: New file, Mac target definitions.
36
3bf21084
SS
37 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
38 i386-unknown-aout): New targets.
39 (mk.tmp): Add *DEPFILES definitions.
40 * mpw-make.in: Remove gC rules, clean up definitions for other
41 include files, bump version, fix bogus \ that should be \Option-d.
42 (init.c): Build correctly.
43 (mpw-init.c): Remove.
44
bb140953
JL
45Mon Nov 7 00:46:22 1994 Jeff Law (law@snake.cs.utah.edu)
46
47 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
48 (ALLDEPFILES): Add somsolib.c.
49 (somsolib.o): Add some dependencies.
50
2ff6b38a
SS
51Mon Sep 12 17:44:58 1994 Stan Shebs (shebs@andros.cygnus.com)
52
53 * mpw-config.in: Use nm-empty.h if host is not target.
54 (xdepfiles): Add mac-xdep.c.o.
55 (xm_file): Remove.
56 * mpw-make.in: Add Fortran files.
57 (XDEPFILES): Remove.
58
c94ca90e
SS
59Fri Aug 19 15:23:40 1994 Stan Shebs (shebs@andros.cygnus.com)
60
61 * mpw-init.c (initialize_all_files): Remove inits of utils and
62 targets.
63
7f6572f5
SS
64Fri Jul 1 11:40:24 1994 Stan Shebs (shebs@andros.cygnus.com)
65
66 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
67 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
68
c2f2c6fa
SS
69Wed Jun 29 18:04:55 1994 Stan Shebs (shebs@andros.cygnus.com)
70
71 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
72 (bindir, libdir): Remove extra colon.
73 (source.c): Compile with C instead of gC.
74 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
75 (install-only): Don't install MacGDB.
76 * source.c (openp) [MPW]: Add a debugging display.
77 (open_source_file) [MPW]: Use MPW basename finders.
78 [MPW_C]: Briefer versions of help for line and list commands.
79
bfe2f12b
JL
80Sun Jun 26 23:56:19 1994 Jeff Law (law@snake.cs.utah.edu)
81
82 * mpw-make.in: Change references from paread.c to somread.c
83
b8ec8d4a
SS
84Wed Jun 22 11:10:27 1994 Stan Shebs (shebs@andros.cygnus.com)
85
86 * mpw-make.in (VERSION): Update to 4.12.3.
87 (SiowGDB): New target, GDB using SIOW library.
88 (init-new.c): New target, attempt to generate init.c from sources.
89 (main.c.o, top.c.o): Put each in its own segment.
90 * main.c (main) [MPW]: Always call mac_init.
91 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
92 an extra newline otherwise.
93 * mac-xdep.c: More comments in various places, remove junk.
94 (mac_init): Add tests for MPW and SIOW.
95 (use_wne, has_color_qd): Renamed.
96 (use_color_qd): New variable.
97 (grow_window): Only do console resizing to console window,
98 call resize_console_window.
99 (zoom_window): Call resize_console_window.
100 (resize_console_window, scroll_text): New functions.
101 (adjust_console_sizes): Always align viewrect to even multiples of
102 text lines.
103 (adjust_console_text): Always scroll by whole lines.
104 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
105 recalculation of scroll positions if a newline was output.
106 (hacked_fflush): Similarly, for flushing.
107 (hacked_fgetc): New function, aborts if called in MacGDB.
108 * ser-mac.c (mac_readchar): Rename starttime to start_time,
109 remove debugging printf.
110 (mac_write): Sleep on first 4 writes.
111 (sec_sleep): New function, works like standard sleep.
112 * macgdb.r: Adjust positioning and contents of About box.
113 Set minimum size to 2000K, preferred size to 5000K.
114 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
115
58c0b523
SS
116Wed Jun 15 17:36:07 1994 Stan Shebs (shebs@andros.cygnus.com)
117
118 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
119 (top.c.o, annotate.c.o): Add build rules.
120 * macgdb.r (SysTypes.r): Include.
121 ('vers'): New resource, version info.
122 (mFile, mEdit, mDebug): Enable all menu items.
123 (mDebug): Add key equivalents for continue, step, next.
124 (wConsole): Add zoom and close boxes to window.
125 * mac-xdep.c (new_console_window): New function, code taken from
126 mac_init.
127 (mac_command_loop): Use GetCaretTime for wait interval, call
128 do_idle on null events.
129 (do_idle): New function.
130 (zoom_window): Implement zooming.
131 (v_scroll_proc): New function, handles vertical scrolling.
132 (activate_window): Do activation of console window.
133 (do_menu_command): Implement items of file, edit, and debug menus.
134 (do_keyboard_command): Fix command extraction.
135 (adjust_console_sizes, adjust_console_text): New functions.
136 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
137 hacked_putc): Don't call draw_console.
138 * ser-mac.c (mac_open): Add an error message for invalid ports.
139 (first_mac_write): New global.
140 (mac_write): Use first_mac_write to sleep on first several writes.
141
a6b26c44
SS
142Thu May 12 17:04:58 1994 Stan Shebs (shebs@andros.cygnus.com)
143
144 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
145 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
146 (TSOBS): Don't compile inflow.c.
147 (all, install): Add MacGDB.
148 * main.c (main): Do Mac-specific init and command loop if a
149 standalone app, skip full option help message if compiling
150 with MPW C.
151 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
152 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
153 compute the window size.
154 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
155 fflush): Define as macros that expand into hacked_... versions.
156 (StandAlone, mac_app): Declare.
157 * macgdb.r (SIZE): Set the default partition to 4000K.
158 * mac-xdep.c (readline.h, history.h): Include.
159 (terminal.h): Don't include.
160 (mac_app): Define.
161 (gdb_has_a_terminal): Define Mac-specific version.
162 (do_keyboard_command): Simplify search for command string.
163 (readline): Define as gdb_readline.
164 Add other history/readline stubs to make main gdb link.
165 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
166 hacked_fputc, hacked_fflush): New functions, intercept output to
167 stdout and stderr, send to console window.
168
939baabe
SS
169Tue Apr 26 17:44:27 1994 Stan Shebs (shebs@andros.cygnus.com)
170
171 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
172 (XDEPFILES): Define.
173 (main.c.o): Compile with gC instead of C.
174 * mac-defs.h: New file, menu etc definitions shared between
175 C and Rez files.
176 * macgdb.r: New file, Rez (resource compiler) resource
177 definitions.
178 * mac-xdep.c: New file, Mac host interface code.
179 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
180 DIRNAME_SEPARATOR.
181 (PATHNAME_SEPARATOR_STRING): Remove.
182 (SIGQUIT, SIGHUP): Define.
183 (fileno, R_OK): Define.
184
8dc3e3d7
SS
185Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)
186
187 * mpw-config.in: New file, MPW configuration fragment.
188 * mpw-make.in: New file, MPW makefile fragment.
189 * config/m68k/xm-mpw.h: New file, MPW host definitions.
190 * ser-mac.c: New file, Mac serial interface.
2ff6b38a 191 * mpw-init.c: New file, MPW x mips version of init.c.
8dc3e3d7 192
This page took 0.065064 seconds and 4 git commands to generate.