Deleted Added
full compact
ChangeLog (60484) ChangeLog (61843)
12000-06-09 Nick Clifton <nickc@cygnus.com>
2
3 * config/tc-arm.c (cons_fix_new_arm): Assign correct reloc value
4 for size 1 fixes.
5
62000-06-01 Scott Bambrough <scottb@netwinder.org>
7
8 * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
9
102000-05-22 David O'Brien <obrien@FreeBSD.org>
11
12 * configure.in: Recognize alpha-*-freebsd*.
13 * configure: Regenerate.
14
152000-05-26 Scott Bambrough <scottb@netwinder.org>
16
17 Port of patch to mainline by Nick Clifton <nickc@cygnus.com>:
18 * config/tc-arm.c (struct asm_psr): Add boolean field
19 distinguishing between CSPR and SPSR. Rename 'number' field
20 to 'field'.
21 (psrs): Rearrange contents to match new asm_psr structure.
22 (arm_psr_parse): Move next to psr_required_here. Make it
23 return an asm_psr structure.
24 (psr_required_here): Use asm_psr structure returned by
25 arm_psr_parse.
26 (do_msr): Reorganise to allow psr_required_here to be called
27 only once.
28 (md_undefined_name): Mark 'name' parameter as unused, since
29 the COFF target does not use it.
30
31 Port of patch to mainline by Nick Clifton <nickc@cygnus.com>:
32 * testsuite/gas/arm/arch4t.s: Add tests of new fields
33 to msr instruction.
34
35 * NEWS: Mention change in behaviour when assembling msr
36 instruction.
37
382000-04-24 Nick Clifton <nickc@cygnus.com>
39
40 * doc/c-arm.texi (ARM Directives): Document behaviour of .align 0.
41 * doc/as.texinfo (Align): Include arm and strongarm in list of
42 targets that have the second form of the behaviour of the .align
43 directive.
44
452000-05-29 Philip Blundell <philb@gnu.org>
46
47 * doc/as.texinfo: Update copyright dates.
48 (Local Labels): Delete misplaced mention of ARM.
49 * NEWS: Mention ARM ELF support.
50
51Tue May 23 00:57:05 2000 Hans-Peter Nilsson <hp@axis.com>
52
53 * configure.in (i386-*-freebsd a.out entry): Quote properly.
54 * configure: Regenerate.
55
562000-05-23 Philip Blundell <pb@futuretv.com>
57
58 * configure.in: Set version to 2.10.
59 * configure: Regenerate.
60
612000-05-23 Alan Modra <alan@linuxcare.com.au>
62
63 * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var...
64 (md_estimate_size_before_relax): so we can use it here instead of
65 old kludges. Localise vars to blocks. Comment.
66
67 * frags.c (frag_new): Update fr_var comments.
68 * frags.h (struct frag): Ditto.
69
70 * config/tc-i386.c (tc_i386_fix_adjustable): Prevent adjustment
71 for OBJ_MAYBE_ELF too. Use S_IS_EXTERNAL instead of S_IS_EXTERN.
72 (md_estimate_size_before_relax): Ensure jumps to weak and
73 externally visible symbols are relocatable.
74
752000-05-14 David O'Brien <obrien@FreeBSD.org>
76
77 * config/te-freebsd.h: New file.
78
79 * doc/as.1: Fix unbalanced brackets.
80
81 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
82 TE_FreeBSD.
83 (line_comment_chars): Set to '/' if TE_FreeBSD.
84
851999-07-03 Joel Sherrill <joel@OARcorp.com>
86
87 * configure.in (*rtems except sh): Move RTEMS targets to elf.
88 * configure: Regenerate.
89
12000-05-08 Alan Modra <alan@linuxcare.com.au>
2
3 * as.h: #include "file", not <file> on files from ../include.
4 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
5 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
6 (md_convert_frag): Add ATTRIBUTE_UNUSED.
7 (tc_coff_symbol_emit_hook): Ditto.
8 (OPTCOUNT): Cast to int to avoid compiler warning.

--- 5715 unchanged lines hidden ---
902000-05-08 Alan Modra <alan@linuxcare.com.au>
91
92 * as.h: #include "file", not <file> on files from ../include.
93 (as_abort, as_fatal): Add ATTRIBUTE_NORETURN.
94 * config/tc-m68k.c (m68k_ip): Fix signed/unsigned warnings.
95 (md_convert_frag): Add ATTRIBUTE_UNUSED.
96 (tc_coff_symbol_emit_hook): Ditto.
97 (OPTCOUNT): Cast to int to avoid compiler warning.

--- 5715 unchanged lines hidden ---