aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
AgeCommit message (Collapse)AuthorFilesLines
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-12/+7
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-4/+4
2001-09-05 * tc-h8300.c (tc_gen_reloc): Give an error if we try to take theJeff Law1-2/+12
address of two symbols in different sections.
2001-08-31 * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation'sJeff Law1-2/+34
offset match H8 ELF spec. (md_section_align): Alternate implementation for BFD_ASSEMBLER. (md_apply_fix): Fix argument and return types for BFD_ASSEMBLER.
2001-08-31 * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.Jeff Law1-18/+20
(build_bytes): Mark fixups for PCrel branches as signed. For OBJ_ELF, make sure the reloc's offset points to the first byte to be modified. (md_convert_frag): Update definiton based on BFD_ASSEMBLER. * tc-h8300.h (relocation mappings): Add.
2001-08-30Nuts. Checked in wrong version of previous patch. Fixed.Jeff Law1-3/+4
2001-08-30Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Law1-0/+38
* tc-h8300.c (tc_crawl_symbol_chain, tc_headers_hook): Don't define for BFD_ASSEMBLER. (tc_reloc_mangle): Likewise. (tc_gen_reloc): New function for BFD_ASSEMBLER. More of Joern's patches with minor changes s/OBJ_ELF/BFD_ASSEMBLER/
2001-08-29 * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and defineJeff Law1-1/+17
assorted coff relocations to the corresponding elf relocations. * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately. More of Joern's patches.
2001-08-29 * config/tc-h8300.c (h8300hmode): Record the machine typeJeff Law1-0/+13
if BFD_ASSEMBLER is defined. (h8300smode, md_begin): Similarly.
2001-03-08Fix copyright noticesNick Clifton1-2/+2
2000-07-07Fix comments.Nick Clifton1-6/+5
2000-06-25Assemble ldmac correctly.Nick Clifton1-1/+6
2000-06-23Kazu Hirata's formatting and comment typo fixes.Alan Modra1-122/+76
2000-06-21 * config/tc-h8300.c (parse_reg): Make the function static.Jeff Law1-3/+3
(parse_exp): Likewise.
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-4/+2
Explicitly mention `;' in line_separator_chars in each backend.
2000-05-14Kazu Hirata's output reloc for mov.Alan Modra1-17/+15
Don't rely on short being 16 bits.
2000-03-15 * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.Jeff Law1-14/+14
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1595