]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle Alpha load-immediate-FP pseudo-instructions:
authorKen Raeburn <raeburn@cygnus>
Wed, 9 Mar 1994 02:44:00 +0000 (02:44 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 9 Mar 1994 02:44:00 +0000 (02:44 +0000)
commit40cd35fffdd93f8c9447ace748894726d045a29c
tree668aac81115e64d3051f5d754fc20388618cbed2
parent055a75ef75c2f0aca6c023f1ad13b53f37b06ae6
Handle Alpha load-immediate-FP pseudo-instructions:
* config/alpha-opcode.h (ldif, ldig, ldis, ldit): New patterns.
* config/tc-alpha.c (lit8_sec, lit4_sec, lit8_sym, lit4_sym): New variables.
(create_literal_section): New function.
(create_lita_section): Now a macro.
(get_lit8_offset, get_lit4_offset): New functions.
(maybe_set_gp): New function.
(select_gp_value): Call it.
(load_expression): Preserve addend if symbol is a section symbol.
(alpha_ip): Handle new operand type `F' for floating-point constants; store
them in .lit{4,8} sections.
(alpha_ip, case 'G'): Emit LITUSE relocations for symbol exprs.
gas/config/alpha-opcode.h
gas/config/tc-alpha.c