* symbols.c (symbol_find_or_make): Change name to be const.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
73255941
ILT
1Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * symbols.c (symbol_find_or_make): Change name to be const.
4 * symbols.h (symbol_find_or_make): Update declaration.
5
9bfaf1b9
KR
6Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com>
7
8 * doc/as.texinfo (Align): Mention SH.
9 * doc/c-m68k.texi (M68K-Directives, .even): Describe behavior, not
10 .align value.
11 * doc/c-z8k.texi (Z8000 Directives, global): Fix minor typo.
12 (Z8000 Directives, even): Don't give numeric align value, instead
13 explain behavior.
14
ae143278
DE
15Thu Oct 26 11:45:03 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
16
17 * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment
18 instruction.
19
270433cc
PB
20Wed Oct 25 11:59:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
21
22 * Makefile.in (diststuff): Also make info.
23 (maintainer-clean realclean): Also make clean-info.
24
18a11401
JL
25Tue Oct 24 15:21:33 1995 Jeffrey A Law (law@cygnus.com)
26
27 * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode.
28 (pa_subspace): For ".nsubspa", always create a new subspace
29 with the given attributes, even if one already exists with the
30 same name.
31
96fe71e1
MM
32Tue Oct 24 14:50:38 1995 Michael Meissner <meissner@tiktok.cygnus.com>
33
34 * config/tc-ppc.h (TC_FORCE_RELOCATION_SECTION): Rename from
35 TC_FORCE_RELOCATION, taking an additional section argument. If
36 the section of the target symbol is not the same as the current
37 section, always force the relocation to be used.
38 (MD_PCREL_FROM_SECTION): New macro to call md_pcrel_from_section.
39
40 * config/tc-ppc.c (md_pcrel_from_section): Rename from the
41 md_pcrel_from function, taking an additional section argument.
42 Invoke TC_FORCE_RELOCATION_SECTION instead of TC_FORCE_RELOCATION.
43
44 * write.c (TC_FORCE_RELOCATION_SECTION): Define in terms of the
45 older TC_FORCE_RELOCATION if not defined.
46 (MD_PCREL_FROM_SECTION): If not defined, invoke md_pcrel_from.
47 (fixup_segment): Use MD_PCREL_FROM_SECTION instead of
48 md_pcrel_from, and TC_FORCE_RELOCATION_SECTION instead of
49 TC_FORCE_RELOCATION.
50
1d75481b
KR
51Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
52
53 * input-scrub.c (as_where): Set name to null pointer if we don't
54 have a file name.
55 * messages.c (identify): Only print filename if non-null.
56 (as_show_where): Ditto, for line number too.
57 (as_warn_internal, as_bad_internal): Ditto.
58
59 * input-file.c (input_file_open): If the input file can't be
60 opened, consider it an error.
61
c625fc23
JSC
62Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
63
64 * config/tc-mips.c: Added mips_4100 control, and support for
65 accepting the 4100 as a MIPS architecture variant (md_begin,
66 macro_build, mips_ip, md_parse_option). Adding suitable
67 command-line OPTIONs, and updating the help text (md_show_usage).
68
dd1a5316
KR
69Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
70
c625fc23
JSC
71 * subsegs.c (subseg_begin): Only set absolute_frchain.fix_* when
72 BFD_ASSEMBLER is defined.
73
3366a224
KR
74 * Use one active frag and one obstack per frag chain:
75 * frags.c (frags): Variable deleted.
76 (frag_alloc): New function.
77 (frag_grow, frag_more, frag_variant, frag_now_fix,
78 frag_append_1_char): Refer to frchain_now->frch_obstack instead of
79 frags variable.
80 (frag_new): Ditto. Verify that frch_last and frag_now match on
81 entry and exit, and that old frag_now has non-zero type. Replace
82 "know" uses with "assert". Use frag_alloc instead of mucking with
83 obstack alignment.
84 * frags.h (frags): Declaration deleted.
85 * subsegs.h (struct frchain): Add new field frch_frag_now.
86 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
87 variables.
88 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
89 give it any stricter alignment than frchainS structures need. Do
90 not initialize frags obstack. Set frag_now to point to
91 dummy_obstack. Initialize absolute_frchain.
92 (subseg_set_rest): Save and restore frag_now in frch_frag_now
93 field of frchainS. Don't create new frags on section switch, and
94 use frag_alloc when creating a new frag chain. For absolute
95 section, set frchain_now to absolute_frchain. Verify that
96 frch_last and frag_now match on entry and exit. Initialize
97 per-chain obstack, and under gcc, set required alignment to that
98 needed by fragS structure.
c625fc23 99
3366a224
KR
100 * write.c (chain_frchains_together_1): Verify fr_type is nonzero.
101
102 * stabs.c (get_stab_string_offset): Only copy input string if a
103 fresh copy is needed, not if the section already exists.
104 (s_stab_generic): Cache stab section name to bypass lookups, since
105 usually it will match. Could be made faster still by changing the
106 memory allocation rules.
107 (s_xstab): Cache section name to bypass repeated string
108 allocation.
109
110 * frags.c (frag_new): Deleted register declarations.
111
112 * listing.c (frag_now): Don't declare.
113
114 * as.c (chunksize): New variable.
115 (debug_memory): New variable.
116 (main): If debug_memory is set, reduce chunksize and
117 _bfd_chunksize.
118 * as.h (chunksize): Declare it.
119 * read.c (read_begin): Use it.
120
de5ebe2e
KR
121 * config/tc-alpha.c (md_shortopts): Include 'g'.
122 (md_parse_option): Ignore it.
123
dd1a5316
KR
124 * Makefile.in (distclean): Remove Makefile and config.status from
125 testsuite directory.
126 (clean-here): Don't delete testsuite. Instead, delete only the
127 files within it that would be generated by running tests.
128
de5ebe2e
KR
129 * config/tc-hppa.c (hppa_elf_mark_end_of_function): Call
130 frag_now_fix instead of accessing obstack info directly.
131 * config/tc-arm.c (s_ltorg): Ditto.
132 (md_assemble): Ditto.
133
134 * config/tc-i386.c (md_assemble): Call frag_grow instead of
135 obstack_room.
136
625f4e48
KR
137Wed Oct 18 12:22:59 1995 Ken Raeburn <raeburn@cygnus.com>
138
139 * stabs.c (aout_process_stab): Insert debug symbol into symbol
140 chain after parsing value expression, if any, to avoid separating
141 continued .stabs lines.
142
33a8c1b6
ILT
143Mon Oct 16 10:56:41 1995 Ian Lance Taylor <ian@cygnus.com>
144
145 * config/tc-mips.c (mips_elf_pseudo_table): Remove.
146 (mips_pop_insert): Don't call pop_insert on mips_elf_pseudo_table.
147
b6b8f911
MM
148Mon Oct 16 07:07:37 1995 Michael Meissner <meissner@wogglebug.tiac.net>
149
625f4e48
KR
150 * config/tc-ppc.c (md_begin): Use new flags PPC_OPCODE_COMMON for
151 -mcom support and PPC_OPCODE_ANY for -many.
152 (md_parse_option): Ditto.
153 (ppc_arch): Ditto.
154 (md_begin): For duplicate instructions, print all duplicates
155 before aborting.
b6b8f911 156
4c2935f4
MM
157Sun Oct 15 22:06:14 1995 Michael Meissner <meissner@cygnus.com>
158
159 * config/tc-ppc.c (md_parse_option): Support for -mcom to turn on
160 common mode operation.
161 (md_show_usage): Add -mcom to usage message.
4c2935f4
MM
162
163Fri Oct 13 13:32:45 1995 steve chamberlain <sac@slash.cygnus.com>
164
165 * expr.c (op_rank): Add O_symbol_rva.
166 * expr.h (operatorT): Add O_symbol_rva.
167 * read.c (cons_worker): Set O_symbol_rva when necessary.
168 * write.c (fix_new_exp): Understand O_symbol_rva.
169
7db865dc
ILT
170Tue Oct 10 11:34:14 1995 Ian Lance Taylor <ian@cygnus.com>
171
172 * config/tc-mips.c: Correct s_cons arguments. From Michael
173 Joosten <joost@ori.cadlab.de>.
174
1b13e6fc
ILT
175Mon Oct 9 19:59:53 1995 Ian Lance Taylor <ian@cygnus.com>
176
177 * config/tc-ppc.c (ppc_macro): Make count unsigned.
178 (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
179 (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
180 the fix_line field.
181 * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
182 make non-static. Change all users.
183 * config/obj-coff.h (coff_n_line_nos): Declare.
184
9e3e3d4c
KR
185Fri Oct 6 16:24:27 1995 Ken Raeburn <raeburn@cygnus.com>
186
187 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
188
189 * configure.in (AC_ARG_WITH(bfd-assembler)): Fix help message.
190
191 * config/obj-elf.c (obj_elf_common): Convert specified byte
192 alignment to power of two. Set size of local bss symbol.
193
194 * config/tc-m68k.c (tc_gen_reloc): Fix typo in variable name.
195
13a6c753
ILT
196Fri Oct 6 15:22:25 1995 Ian Lance Taylor <ian@cygnus.com>
197
198 * sb.c, macro.c: Decide whether to include <string.h> or
199 <strings.h> just as as.h does.
200
a75aafcd
DE
201Fri Oct 6 09:55:33 1995 Doug Evans <dje@canuck.cygnus.com>
202
203 * Makefile.in (site.exp): Fix setting of $srcdir.
204
205 * config/tc-arm.c (md_atof): Fix little-endian output.
f6ec8c46
DE
206 * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for
207 all coff targets.
a75aafcd 208
d89861c7
KR
209Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com>
210
4d2ba393
KR
211 * doc/as.texinfo: Split out the NS32k family documentation,
212 despite its being commented out for now.
213 * doc/c-ns32k.texi: New file.
214
2c5eb48d
KR
215 * sb.c, macro.c: Include string.h.
216
6b0a6eaa
KR
217 * Makefile.in (comparison): Only check *.o; we don't care if
218 timestamps inserted by the native linker differ.
219
d89861c7
KR
220 * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern
221 if alignment stricter than 4 bytes is requested; in that case,
222 align to a 4-byte boundary first.
223
70aeac05
KR
224 Thu Sep 28 19:35:27 1995 Pat Rankin <rankin@eql.caltech.edu>
225
226 * config/obj-vms.c (VMS_RSYM_Parse): eliminate "might be used
227 uninitialized" warning for `Max_Source_Offset'.
228
eaaa2a42
KK
229Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com>
230
231 * config/tc-ppc.c (parse_toc_entry): New function to parse [toc]
232 qualifiers and detect errors if present.
233 (md_assemble): Add call to parse_toc_entry. Also added some support
234 for the [tocv] qualifier.
235 (ppc_pe_tocd): New function to support data in the toc section.
236
cd557d83
ILT
237Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com>
238
239 * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
240 an absolute symbol.
241
42ac8fa8
ILT
242Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com>
243
cd557d83
ILT
244 * config/tc-m68k.c (isbyte): Accept all values from -65536 to
245 +65535, so ~VAL will not be rejected.
246
42ac8fa8
ILT
247 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
248 skip characters after the pseudo-op.
249 (s_else): Likewise.
250 * read.c (get_line_sb): Don't look past buffer_limit.
251 (s_include): In MRI mode, skip characters after the file name.
252
eef66934
ILT
253Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com>
254
255 * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit
256 periods in register names.
257
cdc49cba 258For older changes see ChangeLog.1.
This page took 0.043672 seconds and 4 git commands to generate.