Bernd Schmidt
d908d8f43b
* config/bfin-parse.y (asm_1): Slightly improve error messages
...
for "reg += const;".
2007-09-18 11:59:00 +00:00
Nick Clifton
ec2655a6a7
Switch to GPLv3
2007-07-03 11:01:12 +00:00
Bernd Schmidt
7333257119
* config/bfin-parse.y (binary): Change sub of const to add of negated
...
const.
2006-09-18 20:13:23 +00:00
Bernd Schmidt
c4ae04ceb1
* config/bfin-parse.y (binary): Do some more constant folding for
...
additions.
2006-09-15 17:02:35 +00:00
Alan Modra
ebd1c8757c
remove some duplicate #include's.
2006-06-07 11:27:58 +00:00
Jie Zhang
f8fdc85041
* config/bfin-parse.y (check_macfunc): Loose the condition of
...
calling check_multiply_halfregs ().
2006-05-28 00:53:08 +00:00
Jie Zhang
a32054651a
* config/bfin-parse.y (asm_1): Better check and deal with
...
vector and scalar Multiply 16-Bit Operands instructions.
2006-05-25 04:07:08 +00:00
Jie Zhang
403022e0dc
* config/bfin-defs.h (bfin_equals): Remove declaration.
...
* config/bfin-parse.y (asm_1): Remove "expr ASSIGN expr".
* config/tc-bfin.c (bfin_name_is_register): Remove.
(bfin_equals): Remove.
* config/tc-bfin.h (TC_EQUAL_IN_INSN): Redefine as 1.
(bfin_name_is_register): Remove declaration.
2006-05-23 04:23:41 +00:00
Bernd Schmidt
1ac4baeded
* config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
...
* config/bfin-lex.l: Recognize GOT17M4 and FUNCDESC_GOT17M4.
* config/bfin-parse.y: Include "libbfd.h", "elf/common.h" and
"elf/bfin.h".
(GOT17M4, FUNCDESC_GOT17M4): New tokens of type <value>.
(any_gotrel): New rule.
(got): Use it, and create Expr_Node_GOT_Reloc nodes.
* config/tc-bfin.c: Include "libbfd.h", "elf/common.h" and
"elf/bfin.h".
(DEFAULT_FLAGS, bfin_flags, bfin_pic_flag): New.
(bfin_pic_ptr): New function.
(md_pseudo_table): Add it for ".picptr".
(OPTION_FDPIC): New macro.
(md_longopts): Add -mfdpic.
(md_parse_option): Handle it.
(md_begin): Set BFD flags.
(md_apply_fix3, bfin_fix_adjustable): Handle new relocs.
(bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
us for GOT relocs.
* Makefile.am (bfin-parse.o): Update dependencies.
(DEPTC_bfin_elf): Likewise.
* Makefile.in: Regenerate.
2006-03-26 01:12:07 +00:00
Jie Zhang
b14273fe33
* config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
...
in load immediate intruction.
2006-01-20 17:22:50 +00:00
Jie Zhang
39cd1c7675
* config/bfin-parse.y (value_match): Use correct conversion
...
specifications in template string for __FILE__ and __LINE__.
(binary): Ditto.
(unary): Ditto.
2006-01-20 16:57:09 +00:00
Jie Zhang
73562ad0c7
* config/bfin-defs.h (IS_BREG, IS_LREG): New macros.
...
* config/bfin-parse.y (asm_1): Check register type for load immediate
instruction.
2005-11-18 14:21:29 +00:00
Catherine Moore
07c1b327c7
* Makefile.am: Bfin support.
...
* Makefile.in: Regenerated.
* aclocal.m4: Regenerated.
* configure: Regenerated.
* configure.in: Bfin support.
* configure.tgt: Bfin support.
* config/bfin-aux.h: New file.
* config/bfin-defs.h: New file.
* config/bfin-lex.l: New file.
* config/bfin-parse.y: New file.
* config/tc-bfin.c: New file.
* config/tc-bfin.h: New file.
* doc/Makefile.am: Recognize c-bfin.texi.
* doc/Makefile.in: Regenerated.
* doc/all.texi: Bfin support.
* doc/as.texinfo: Likewise.
* doc/c-bfin.texi: Document bfin-specific syntax and
directives.
2005-09-30 15:05:07 +00:00