formatting, tack emacs control vars at end

This commit is contained in:
Alan Modra
2005-03-03 01:27:10 +00:00
parent b5f8bdd7d1
commit 0b2af1c518
5 changed files with 259 additions and 231 deletions

View File

@ -8,8 +8,8 @@
2001-12-31 Jeffrey A Law (law@redhat.com) 2001-12-31 Jeffrey A Law (law@redhat.com)
* config/tc-hppa.c (pa_ip): Handle new 'c' mode completers, * config/tc-hppa.c (pa_ip): Handle new 'c' mode completers,
'X', 'M', and 'A'. 'X', 'M', and 'A'.
2001-12-21 Jakub Jelinek <jakub@redhat.com> 2001-12-21 Jakub Jelinek <jakub@redhat.com>
@ -7701,3 +7701,10 @@
pseudo ops. pseudo ops.
For older changes see ChangeLog-9899 For older changes see ChangeLog-9899
Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End:

View File

@ -14,7 +14,7 @@
.byte directive generates a pc-relative relocation. .byte directive generates a pc-relative relocation.
2003-12-19 Nick Clifton <nickc@redhat.com> 2003-12-19 Nick Clifton <nickc@redhat.com>
Andreas Schwab <schwab@suse.de> Andreas Schwab <schwab@suse.de>
* messages.c (as_perror): Save errno around library calls. * messages.c (as_perror): Save errno around library calls.
* input-file.c [BFD_ASSEMBLER]: Set the BFD error to * input-file.c [BFD_ASSEMBLER]: Set the BFD error to
@ -29,15 +29,15 @@
2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Add m32r-linux and PIC support. Add new ABI that uses RELA. Add m32r-linux and PIC support. Add new ABI that uses RELA.
* configure.in: Add m32r-linux targets. * configure.in: Add m32r-linux targets.
* configure: Regenerate. * configure: Regenerate.
* config/tc-m32r.c (md_parse_option): Add -KPIC option. * config/tc-m32r.c (md_parse_option): Add -KPIC option.
(tc_gen_reloc): Added. (tc_gen_reloc): Added.
(debug_sym, md_estimate_size_before_relax, md_convert_frag, (debug_sym, md_estimate_size_before_relax, md_convert_frag,
md_pcrel_from_section, m32r_fix_adjustable): Changed for PIC. md_pcrel_from_section, m32r_fix_adjustable): Changed for PIC.
* config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined. * config/tc-m32r.h (tc_gen_reloc, EXTERN_FORCE_RELOC): Undefined.
(TC_HANDLES_FX_DONE, TC_FIX_ADJUSTABLE, TC_RELOC_RTSYM_LOC_FIXUP): (TC_HANDLES_FX_DONE, TC_FIX_ADJUSTABLE, TC_RELOC_RTSYM_LOC_FIXUP):
Defined. Defined.
* doc/c-m32r.texi: Document -KPIC option. * doc/c-m32r.texi: Document -KPIC option.
* NEWS: Mention the support m32r Linux and PIC. * NEWS: Mention the support m32r Linux and PIC.
@ -68,17 +68,17 @@
2003-12-17 Nick Clifton <nickc@redhat.com> 2003-12-17 Nick Clifton <nickc@redhat.com>
* config/tc-m32r.c (error_explicit_parallel_conflicts): Rename * config/tc-m32r.c (error_explicit_parallel_conflicts): Rename
to 'ignore_parallel_conflicts'. to 'ignore_parallel_conflicts'.
(md_longopts): Change option names as well. (md_longopts): Change option names as well.
(md_parse_option): Separate the warn_explicit and ignore (md_parse_option): Separate the warn_explicit and ignore
parallel conflicts options. parallel conflicts options.
(md_show_usage): Update descriptions of these options. (md_show_usage): Update descriptions of these options.
(first_writes_to_seconds_operands): Do not run this check if (first_writes_to_seconds_operands): Do not run this check if
ignoring parallel conflicts. ignoring parallel conflicts.
(assemble_two_insns): Remove code that checked (assemble_two_insns): Remove code that checked
error_explicit_parallel_conflicts. error_explicit_parallel_conflicts.
* doc/c-m32r.texi: Update descriptions of the options. * doc/c-m32r.texi: Update descriptions of the options.
2003-12-16 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru> 2003-12-16 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
* tc-arm.c (do_adr): Do not adjust pc by -8 if TE_WINCE is * tc-arm.c (do_adr): Do not adjust pc by -8 if TE_WINCE is

View File

@ -248,7 +248,7 @@ Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com>
Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au> Mon Jul 31 14:53:19 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/tc-i386.h (md_do_align): cast fill and 0x90 to char * config/tc-i386.h (md_do_align): cast fill and 0x90 to char
before comparing before comparing
Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au> Mon May 1 10:91:49 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
@ -506,9 +506,9 @@ Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com>
Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk> Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
* config/tc-mips.c: Added mips_4100 control, and support for * config/tc-mips.c: Added mips_4100 control, and support for
accepting the 4100 as a MIPS architecture variant (md_begin, accepting the 4100 as a MIPS architecture variant (md_begin,
macro_build, mips_ip, md_parse_option). Adding suitable macro_build, mips_ip, md_parse_option). Adding suitable
command-line OPTIONs, and updating the help text (md_show_usage). command-line OPTIONs, and updating the help text (md_show_usage).
Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com> Wed Oct 18 13:20:32 1995 Ken Raeburn <raeburn@cygnus.com>
@ -840,11 +840,11 @@ Wed Sep 27 10:29:13 1995 Kim Knuttila <krk@nellie>
(md_assemble): Initial [toc]x(rtoc) support (md_assemble): Initial [toc]x(rtoc) support
(ppc_frob_label): Removed some xcoff specific processing from TE_PE (ppc_frob_label): Removed some xcoff specific processing from TE_PE
(ppc_frob_symbol): Removed some xcoff specific processing from TE_PE (ppc_frob_symbol): Removed some xcoff specific processing from TE_PE
Added support for more predefined sections Added support for more predefined sections
(ppc_frob_section): Removed some xcoff specific processing from TE_PE (ppc_frob_section): Removed some xcoff specific processing from TE_PE
(ppc_fix_adjustable): Removed from TE_PE mainline (ppc_fix_adjustable): Removed from TE_PE mainline
(md_apply_fix3): For TE_PE toc entries, we don't need to mess (md_apply_fix3): For TE_PE toc entries, we don't need to mess
with fx_addnumber. Removed for the time being. with fx_addnumber. Removed for the time being.
(lots): Put back missing assignments to ppc_current_csect. (lots): Put back missing assignments to ppc_current_csect.
Tue Sep 26 14:57:59 1995 Michael Meissner <meissner@tiktok.cygnus.com> Tue Sep 26 14:57:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
@ -1066,7 +1066,7 @@ Thu Sep 7 12:33:58 1995 Ian Lance Taylor <ian@cygnus.com>
* expr.c (operand): Handle 08 and 09 in MRI mode. * expr.c (operand): Handle 08 and 09 in MRI mode.
* macro.c (ISSEP): Remove duplicated `"' character. * macro.c (ISSEP): Remove duplicated `"' character.
(get_any_string): Copy some characters for which ISSEP is true: (get_any_string): Copy some characters for which ISSEP is true:
';', '>', '(', ')'. Otherwise we can get in an infinite loop. ';', '>', '(', ')'. Otherwise we can get in an infinite loop.
* read.c (s_space): In MRI mode, the expressions stop at the first * read.c (s_space): In MRI mode, the expressions stop at the first
unquoted space. unquoted space.
@ -1146,7 +1146,7 @@ Fri Sep 1 17:02:15 1995 steve chamberlain <sac@slash.cygnus.com>
Fri Sep 1 08:20:19 1995 James G. Smith <jsmith@beauty.cygnus.com> Fri Sep 1 08:20:19 1995 James G. Smith <jsmith@beauty.cygnus.com>
* config/tc-mips.c (md_parse_option, md_begin, md_show_usage): * config/tc-mips.c (md_parse_option, md_begin, md_show_usage):
Add support for "-mcpu=vr4300" as processor identifier. Add support for "-mcpu=vr4300" as processor identifier.
Thu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com> Thu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com>
@ -1157,8 +1157,8 @@ Thu Aug 31 16:41:06 1995 steve chamberlain <sac@slash.cygnus.com>
Tue Aug 29 19:42:58 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> Tue Aug 29 19:42:58 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (m68k_ip) [case POST/PRE/BASE]: Fix typo when * config/tc-m68k.c (m68k_ip) [case POST/PRE/BASE]: Fix typo when
looking at outer displacement. Don't set the postindex bit if the looking at outer displacement. Don't set the postindex bit if the
index suppress bit is set (for memory indirect addressing mode). index suppress bit is set (for memory indirect addressing mode).
Thu Aug 31 06:49:37 1995 Doug Evans <dje@canuck.cygnus.com> Thu Aug 31 06:49:37 1995 Doug Evans <dje@canuck.cygnus.com>
@ -1539,7 +1539,7 @@ Fri Aug 11 19:16:08 1995 Ian Lance Taylor <ian@cygnus.com>
* doc/gasp.texi: Document -M/--mri. * doc/gasp.texi: Document -M/--mri.
* gasp.c: Include ansidecl.h. Make all local functions static. * gasp.c: Include ansidecl.h. Make all local functions static.
Add prototypes for all static functions. Add prototypes for all static functions.
(mri): New global variable. (mri): New global variable.
(sb_add_char): Change parameter c from char to int. (sb_add_char): Change parameter c from char to int.
(sb_add_string): Make parameter s into a const pointer. (sb_add_string): Make parameter s into a const pointer.
@ -1843,7 +1843,7 @@ Mon Aug 7 02:54:20 1995 Jeff Law (law@snake.cs.utah.edu)
Fri Aug 4 12:29:21 1995 Ian Lance Taylor <ian@cygnus.com> Fri Aug 4 12:29:21 1995 Ian Lance Taylor <ian@cygnus.com>
* expr.c (op_encoding): Make non-const. Don't set '"' to * expr.c (op_encoding): Make non-const. Don't set '"' to
O_bit_not. O_bit_not.
(expr_begin): Set op_encoding['"'] in MRI mode. (expr_begin): Set op_encoding['"'] in MRI mode.
Wed Aug 2 18:39:43 1995 Ian Lance Taylor <ian@cygnus.com> Wed Aug 2 18:39:43 1995 Ian Lance Taylor <ian@cygnus.com>
@ -2471,7 +2471,7 @@ Wed Jun 21 18:07:59 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
(md_estimate_size_before_relax) [case TAB (FBRANCH, SZ_UNDEF)]: (md_estimate_size_before_relax) [case TAB (FBRANCH, SZ_UNDEF)]:
Turn on long bit. Turn on long bit.
(m68k_ip) [case 'C']: Don't set set long bit, set it in the opcode (m68k_ip) [case 'C']: Don't set set long bit, set it in the opcode
table. table.
(md_estimate_size_before_relax) [case TAB (PCINDEX, SZ_UNDEF)]: (md_estimate_size_before_relax) [case TAB (PCINDEX, SZ_UNDEF)]:
Variable part increases by four, not six. Variable part increases by four, not six.
* write.c (fixup_segment) [TC_M68K]: Don't do further pcrel * write.c (fixup_segment) [TC_M68K]: Don't do further pcrel
@ -13115,3 +13115,10 @@ Mon Feb 17 07:51:06 1992 K. Richard Pixley (rich at cygnus.com)
* nearly everything. flush ChangeLog, package as gas-1.92.1. * nearly everything. flush ChangeLog, package as gas-1.92.1.
ChangeLog's prior to this are sketchy at best. I have logs. ChangeLog's prior to this are sketchy at best. I have logs.
They just aren't ChangeLogs. They just aren't ChangeLogs.
Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End:

File diff suppressed because it is too large Load Diff

View File

@ -4858,3 +4858,10 @@ Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com>
unrecognized characters after an expression. unrecognized characters after an expression.
For older changes see ChangeLog-9697 For older changes see ChangeLog-9697
Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End: