summaryrefslogtreecommitdiffstats
path: root/gas/config/tc-h8300.c
Commit message (Collapse)AuthorAgeFilesLines
* * tc-h8300.c (tc_gen_reloc): Give an error if we try to take theJeff Law2001-09-051-2/+12
| | | | address of two symbols in different sections.
* * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation'sJeff Law2001-08-311-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.
* * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h.Jeff Law2001-08-311-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.
* Nuts. Checked in wrong version of previous patch. Fixed.Jeff Law2001-08-301-3/+4
|
* Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Law2001-08-301-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/
* * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and defineJeff Law2001-08-291-1/+17
| | | | | | assorted coff relocations to the corresponding elf relocations. * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately. More of Joern's patches.
* * config/tc-h8300.c (h8300hmode): Record the machine typeJeff Law2001-08-291-0/+13
| | | | | if BFD_ASSEMBLER is defined. (h8300smode, md_begin): Similarly.
* Fix copyright noticesNick Clifton2001-03-081-2/+2
|
* Fix comments.Nick Clifton2000-07-071-6/+5
|
* Assemble ldmac correctly.Nick Clifton2000-06-251-1/+6
|
* Kazu Hirata's formatting and comment typo fixes.Alan Modra2000-06-231-122/+76
|
* * config/tc-h8300.c (parse_reg): Make the function static.Jeff Law2000-06-211-3/+3
| | | | (parse_exp): Likewise.
* Don't treat `;' as a line separator by default.Alan Modra2000-06-091-4/+2
| | | | Explicitly mention `;' in line_separator_chars in each backend.
* Kazu Hirata's output reloc for mov.Alan Modra2000-05-141-17/+15
| | | | Don't rely on short being 16 bits.
* * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate.Jeff Law2000-03-151-14/+14
|
* 19990502 sourceware importRichard Henderson1999-05-031-0/+1595
OpenPOWER on IntegriCloud