* stack.c (print_frame_info): Use minimal symbol only if
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
aa8a6656
ILT
1Thu Nov 16 12:49:38 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * config/m68k-parse.y (yylex): In MRI mode, '@' can start an octal
4 number.
5 * expr.c (operand): Handle MRI suffixes after unadorned 0.
6
7b889f5e
KR
7Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com>
8
da9b55af
KR
9 Version 2.6 released.
10 * Makefile.in (VERSION): Updated to 2.6.
11
7b889f5e
KR
12 * config/obj-coff.c (write_object_file): Change use of md_do_align
13 to pass a pointer rather than a fill value, to match other uses.
14
46618ae6
KR
15Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
16
7b889f5e
KR
17 * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
18
46618ae6
KR
19 * as.c (main): Move md_end call to just after call to
20 perform_an_assembly_pass. Delete cpu-specific code here.
21 * config/tc-i960.h (md_end): New macro, calls brtab_emit.
22start-sanitize-rce
23 * config/tc-rce.c (md_end): Deleted.
24 * config/tc-rce.h (md_end): New macro, calls dump_literals.
25end-sanitize-rce
26 * config/tc-arm.c (md_end): Unused function deleted.
27 * config/tc-ns32k.c (md_end): Ditto.
28
29 * config/tc-i386.c (i386_align_code): New function, moved here
30 from HANDLE_ALIGN macro.
31 * config/tc-i386.h (HANDLE_ALIGN): Call it.
32
33 Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
34
35 * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
36 before comparing
37
38 Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
39
40 * config/tc-i386.h (md_do_align): Make ".align n,0x90" generate
41 multi-byte nops to avoid changing gcc. The necessary gcc change
42 might break old assemblers.
43
44 Sat Apr 22 20:53:05 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
45
46 * config/tc-i386.h (md_do_align, HANDLE_ALIGN): Add macros to
47 generate optimal multi-byte nop instructions for ".align n"
48 ".align n,0x90", and aligns requiring more than 15 bytes of
49 padding still generate multiple 0x90's as before.
50
51Mon Nov 13 17:40:21 1995 Ian Lance Taylor <ian@cygnus.com>
52
53 * config/tc-m68k.c (s_mri_until): Call pop_mri_control.
54
51bc513e
SS
55Mon Nov 13 20:39:06 1995 Stan Shebs <shebs@andros.cygnus.com>
56
57 * configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
58 * configure: Update.
59 * mpw-make.sed: Reorder commands to make sed happier.
60 * config/te-macos.h: New file.
61 * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
62
8b39c5df
JL
63Sun Nov 12 21:14:56 1995 Jeffrey A Law (law@cygnus.com)
64
65 * config/tc-hppa.c (pa_ip): Fix off-by-2 bug in length check for
66 conditional branches.
67 (md_apply_fix): Likewise.
68
69Thu Nov 9 16:14:01 1995 Ian Lance Taylor <ian@cygnus.com>
70
71 * config/tc-a29k.c (md_apply_fix): Warn if an attempt is made to
72 generate a reloc which the linker will not handle correctly. Fix
73 overflow checking--R_IREL is 18 bits, not 17.
74
6a649eda
ILT
75Wed Nov 8 19:59:36 1995 Ian Lance Taylor <ian@cygnus.com>
76
a071b8e9
ILT
77 * config/obj-coff.c (fixup_segment): Don't subtract md_pcrel_from
78 from a PC relative reloc if TC_A29K.
79
80 * config/tc-a29k.c (line_separator_chars): Restore '@'. Existing
81 code depends upon it.
82
6a649eda
ILT
83 * config/tc-a29k.c (md_operand): Handle $float, $double, and
84 $extend. Based on code from Eric Freudenthal
85 <freudenthal@nyu.edu>.
86 * config/tc-a29k.h (LEX_DOLLAR): Define.
87 * read.c (LEX_DOLLAR): Define if not defined.
88 (lex_type): Use LEX_DOLLAR.
89
6364a188
ILT
90Wed Nov 8 16:38:14 1995 Eric Freudenthal <freudenthal@nyu.edu>
91
92 * configure.in (a29k-nyu-sym1): New target, just like other a29k
93 targets.
94
0fa6f8f6
ILT
95Wed Nov 8 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
96
97 * config/obj-coff.c (c_dot_file_symbol): Cast xmalloc return.
98
99Tue Nov 7 09:14:35 1995 Kim Knuttila <krk@cygnus.com>
100
101 * config/tc-ppc.c (md_apply_fix3): Added BFD_RELOC_RVA. Currently
102 used only by "dlltool.c".
103
eec2cfef
ILT
104Mon Nov 6 18:51:26 1995 Ian Lance Taylor <ian@cygnus.com>
105
106 * config/tc-alpha.c: Undefine inline if not __GNUC__.
107 (md_pseudo_table): Don't define "extern".
108
df7504dc
ILT
109Sat Nov 4 00:51:21 1995 Ian Lance Taylor <ian@cygnus.com>
110
a3d1c561
ILT
111 * config/tc-ppc.c (ppc_biei): Force symbol into text_section.
112
df7504dc
ILT
113 * config/tc-ppc.c (md_show_usage): Put backslash at end of line.
114
07d012f6
ILT
115Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com>
116
36e80ac6
ILT
117 * macro.c (macro_expand_body): Don't warn about == with a
118 nonexistent parameter, in case it is in a comment field.
119
07d012f6
ILT
120 * as.c (main): On TC_A29K, call macro_init with macro_alternate
121 set to 1.
122 * macro.c (get_any_string): Don't keep quotes if macro_strip_at is
123 set, even if macro_alternate is set.
124 (get_apost_token): If macro_strip_at, only skip kind if it is '@'.
125 (sub_actual): If macro_strip_at, and kind is '@', don't look up
126 the token unless it ended in '@'.
127 * config/tc-a29k.c (line_separator_chars): Remove '@'.
128 * doc/c-a29k.texi: Document macro usage on A29K.
129
01f108bc
ILT
130Thu Nov 2 23:07:57 1995 Ian Lance Taylor <ian@cygnus.com>
131
132 * config/tc-m68k.c (m68k_ip): Handle new 'W' place, meaning a
133 signed word.
134 (install_operand): Likewise.
135
136 * config/obj-elf.c (ecoff_debug_pseudo_table): Add "extern".
137
138Wed Nov 1 15:17:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
139
140 * configure.in (m88k-motorola-sysv*): New target.
141 * configure: Rebuild.
142 * config/te-delta88.h: New file.
143 * config/obj-coff.c (write_object_file): Use md_do_align if it is
144 defined.
145 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Define.
146 (md_do_align): Define.
147 * config/tc-m88k.c: Include "subsegs.h".
148 (m88k_do_align): New function.
149
150 * config/te-delta.h (STRIP_UNDERSCORE): Don't define.
151 (COFF_NOLOAD_PROBLEM): Define.
152 (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): Define.
153
7954cc14
KR
154Wed Nov 1 16:07:43 1995 Ken Raeburn <raeburn@cygnus.com>
155
156 * config/tc-i386.c (md_assemble): For a jump instruction with
157 non-constant target, require 7 available bytes in the current
158 frag, not 6.
159
d033806f
FF
160Tue Oct 31 15:37:16 1995 Fred Fish <fnf@rtl.cygnus.com>
161
162 * config/obj-elf.h: Include bfd/elf-bfd.h rather than
163 bfd/libelf.h.
164
d7b2038f
ILT
165Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com>
166
167 * configure.in (alpha-*-linux*): Use ecoff.
168 * configure: Rebuild.
169 * ecoff.c (ecoff_directive_extern): New function.
170 (ecoff_directive_weakext): New function.
171 (ecoff_build_symbols): Handle weak symbols.
172 (ecoff_setup_ext): Likewise.
59c80ca2 173 (ecoff_frob_symbol): Warn about weak common symbols.
d7b2038f
ILT
174 * ecoff.h (ecoff_directive_extern): Declare.
175 (ecoff_directive_weakext): Declare.
176 * symbols.c (S_IS_WEAK): New function.
177 * symbols.h (S_IS_WEAK): Declare.
178 * config/obj-ecoff.c (obj_pseudo_table): Add "extern" and
179 "weakext".
180 * config/tc-mips.c (mips_pseudo_table): Remove "extern".
181 (s_extern): Remove.
182
cbdf59ad
ILT
183Tue Oct 31 13:29:08 1995 Ian Lance Taylor <ian@cygnus.com>
184
b629f627
ILT
185 * config/tc-ppc.c (ppc_lglobl): Do the right thing.
186
7ab1edc8
ILT
187 * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS.
188 (ppc_eb): Likewise. Set the storage class to C_BLOCK, not C_FCN.
189 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
190 * config/obj-coff.c (coff_frob_symbol): Don't call
191 SA_SET_SYM_ENDNDX with the current symbol; call it with the next
192 one. If OBJ_XCOFF, try to figure out whether the symbol is going
193 to be dropped.
194
31751d9d
ILT
195 * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec".
196 (ppc_stab_symbol): New static variable.
197 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
198 (ppc_stabx): Set ppc_stab_symbol around call to symbol_make. Set
199 sy_tc.real_name to the stab string.
200 (ppc_bc, ppc_ec): New static functions.
201 (ppc_canonicalize_symbol_name): If ppc_stab_symbol is set, don't
202 do anything.
203 (ppc_symbol_new_hook): If ppc_stab_symbol is set, don't look for a
204 suffix.
0e3dd9a0
ILT
205 (ppc_frob_symbol): Set BSF_NOT_AT_END for symbols with csect aux
206 entries.
31751d9d 207
cbdf59ad
ILT
208 * input-scrub.c (input_scrub_push): Reset sb_index.
209
91123dbe
ILT
210Mon Oct 30 17:52:46 1995 Ian Lance Taylor <ian@cygnus.com>
211
212 * listing.c (listing_newline): Don't create a frag in the absolute
213 section.
214
73255941
ILT
215Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
216
df72d2a5
ILT
217 * config/tc-ppc.c (md_pseudo_table): Add "data" and "text".
218 (ppc_csect): Move most of the code to ppc_change_csect, and call
219 it.
220 (ppc_change_csect): New static function, taken from ppc_csect.
221 (ppc_section): New static function.
222 (ppc_saw_abs): New static varable.
223 (ppc_frob_symbol): Create aux entry for absolute symbols. Warn if
224 a symbol has no csect.
225 (ppc_adjust_symtab): New function.
226 * config/tc-ppc.h (tc_adjust_symtab): Define if OBJ_XCOFF.
227 (ppc_adjust_symtab): Declare if OBJ_XCOFF.
228
229 * write.c (write_object_file): If tc_adjust_symtab is defined,
230 call it just before the call to obj_adjust_symtab.
231
73255941
ILT
232 * symbols.c (symbol_find_or_make): Change name to be const.
233 * symbols.h (symbol_find_or_make): Update declaration.
234
9bfaf1b9
KR
235Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
236
237 * doc/as.texinfo (Align): Mention SH.
238 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
239 .align value.
240 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
241 (Z8000 Directives, even): Don't give numeric align value, instead
242 explain behavior.
243
ae143278
DE
244Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
245
246 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
247 instruction.
248
270433cc
PB
249Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
250
251 * Makefile.in (diststuff): Also make info.
252 (maintainer-clean realclean): Also make clean-info.
253
18a11401
JL
254Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
255
256 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
257 (pa_subspace): For ".nsubspa", always create a new subspace
258 with the given attributes, even if one already exists with the
259 same name.
260
96fe71e1
MM
261Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
262
263 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
264 TC_FORCE_RELOCATION, taking an additional section argument. If
265 the section of the target symbol is not the same as the current
266 section, always force the relocation to be used.
267 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
268
269 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
270 md_pcrel_from function, taking an additional section argument.
271 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
272
273 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
274 older TC_FORCE_RELOCATION if not defined.
275 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
276 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
277 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
278 TC_FORCE_RELOCATION.
279
1d75481b
KR
280Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
281
282 * input-scrub.c (as_where): Set name to null pointer if we don't
283 have a file name.
284 * messages.c (identify): Only print filename if non-null.
285 (as_show_where): Ditto, for line number too.
286 (as_warn_internal, as_bad_internal): Ditto.
287
288 * input-file.c (input_file_open): If the input file can't be
289 opened, consider it an error.
290
c625fc23
JSC
291Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
292
293 * config/tc-mips.c: Added mips_4100 control, and support for
294 accepting the 4100 as a MIPS architecture variant (md_begin,
295 macro_build, mips_ip, md_parse_option). Adding suitable
296 command-line OPTIONs, and updating the help text (md_show_usage).
297
dd1a5316
KR
298Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
299
c625fc23
JSC
300 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
301 BFD_ASSEMBLER is defined.
302
3366a224
KR
303 * Use one active frag and one obstack per frag chain:
304 * frags.c (frags): Variable deleted.
305 (frag_alloc): New function.
306 (frag_grow, frag_more, frag_variant, frag_now_fix,
307 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
308 frags variable.
309 (frag_new): Ditto. Verify that frch_last and frag_now match on
310 entry and exit, and that old frag_now has non-zero type. Replace
311 "know" uses with "assert". Use frag_alloc instead of mucking with
312 obstack alignment.
313 * frags.h (frags): Declaration deleted.
314 * subsegs.h (struct frchain): Add new field frch_frag_now.
315 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
316 variables.
317 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
318 give it any stricter alignment than frchainS structures need. Do
319 not initialize frags obstack. Set frag_now to point to
320 dummy_obstack. Initialize absolute_frchain.
321 (subseg_set_rest): Save and restore frag_now in frch_frag_now
322 field of frchainS. Don't create new frags on section switch, and
323 use frag_alloc when creating a new frag chain. For absolute
324 section, set frchain_now to absolute_frchain. Verify that
325 frch_last and frag_now match on entry and exit. Initialize
326 per-chain obstack, and under gcc, set required alignment to that
327 needed by fragS structure.
c625fc23 328
3366a224
KR
329 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
330
331 * stabs.c (get_stab_string_offset): Only copy input string if a
332 fresh copy is needed, not if the section already exists.
333 (s_stab_generic): Cache stab section name to bypass lookups, since
334 usually it will match. Could be made faster still by changing the
335 memory allocation rules.
336 (s_xstab): Cache section name to bypass repeated string
337 allocation.
338
339 * frags.c (frag_new): Deleted register declarations.
340
341 * listing.c (frag_now): Don't declare.
342
343 * as.c (chunksize): New variable.
344 (debug_memory): New variable.
345 (main): If debug_memory is set, reduce chunksize and
346 _bfd_chunksize.
347 * as.h (chunksize): Declare it.
348 * read.c (read_begin): Use it.
349
de5ebe2e
KR
350 * config/tc-alpha.c (md_shortopts): Include 'g'.
351 (md_parse_option): Ignore it.
352
dd1a5316
KR
353 * Makefile.in (distclean): Remove Makefile and config.status from
354 testsuite directory.
355 (clean-here): Don't delete testsuite. Instead, delete only the
356 files within it that would be generated by running tests.
357
de5ebe2e
KR
358 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
359 frag_now_fix instead of accessing obstack info directly.
360 * config/tc-arm.c (s_ltorg): Ditto.
361 (md_assemble): Ditto.
362
363 * config/tc-i386.c (md_assemble): Call frag_grow instead of
364 obstack_room.
365
625f4e48
KR
366Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
367
368 * stabs.c (aout_process_stab): Insert debug symbol into symbol
369 chain after parsing value expression, if any, to avoid separating
370 continued .stabs lines.
371
33a8c1b6
ILT
372Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
373
374 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
375 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
376
b6b8f911
MM
377Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
378
625f4e48
KR
379 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
380 -mcom support and PPC_OPCODE_ANY for -many.
381 (md_parse_option): Ditto.
382 (ppc_arch): Ditto.
383 (md_begin): For duplicate instructions, print all duplicates
384 before aborting.
b6b8f911 385
4c2935f4
MM
386Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
387
388 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
389 common mode operation.
390 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
391
392Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
393
394 * expr.c (op_rank): Add O_symbol_rva.
395 * expr.h (operatorT): Add O_symbol_rva.
396 * read.c (cons_worker): Set O_symbol_rva when necessary.
397 * write.c (fix_new_exp): Understand O_symbol_rva.
398
7db865dc
ILT
399Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
400
401 * config/tc-mips.c: Correct s_cons arguments. From Michael
402 Joosten <joost@ori.cadlab.de>.
403
1b13e6fc
ILT
404Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
405
406 * config/tc-ppc.c (ppc_macro): Make count unsigned.
407 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
408 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
409 the fix_line field.
410 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
411 make non-static. Change all users.
412 * config/obj-coff.h (coff_n_line_nos): Declare.
413
9e3e3d4c
KR
414Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
415
416 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
417
418 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
419
420 * config/obj-elf.c (obj_elf_common): Convert specified byte
421 alignment to power of two. Set size of local bss symbol.
422
423 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
424
13a6c753
ILT
425Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
426
427 * sb.c, macro.c: Decide whether to include <string.h> or
428 <strings.h> just as as.h does.
429
a75aafcd
DE
430Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
431
432 * Makefile.in (site.exp): Fix setting of $srcdir.
433
434 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
435 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
436 all coff targets.
a75aafcd 437
d89861c7
KR
438Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
439
4d2ba393
KR
440 * doc/as.texinfo: Split out the NS32k family documentation,
441 despite its being commented out for now.
442 * doc/c-ns32k.texi: New file.
443
2c5eb48d
KR
444 * sb.c, macro.c: Include string.h.
445
6b0a6eaa
KR
446 * Makefile.in (comparison): Only check *.o; we don't care if
447 timestamps inserted by the native linker differ.
448
d89861c7
KR
449 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
450 if alignment stricter than 4 bytes is requested; in that case,
451 align to a 4-byte boundary first.
452
70aeac05
KR
453 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
454
455 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
456 uninitialized" warning for `Max_Source_Offset'.
457
eaaa2a42
KK
458Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
459
460 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
461 qualifiers and detect errors if present.
462 (md_assemble): Add call to parse_toc_entry. Also added some support
463 for the [tocv] qualifier.
464 (ppc_pe_tocd): New function to support data in the toc section.
465
cd557d83
ILT
466Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
467
468 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
469 an absolute symbol.
470
42ac8fa8
ILT
471Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
472
01f108bc 473 * config/tc-m68k.c (isword): Accept all values from -65536 to
cd557d83
ILT
474 +65535, so ~VAL will not be rejected.
475
42ac8fa8
ILT
476 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
477 skip characters after the pseudo-op.
478 (s_else): Likewise.
479 * read.c (get_line_sb): Don't look past buffer_limit.
480 (s_include): In MRI mode, skip characters after the file name.
481
eef66934
ILT
482Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
483
484 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
485 periods in register names.
486
cdc49cba 487For older changes see ChangeLog.1.
This page took 0.056358 seconds and 4 git commands to generate.