Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tc-h8300.c (tc_gen_reloc): Give an error if we try to take the | Jeff Law | 2001-09-05 | 1 | -2/+12 |
| | | | | address of two symbols in different sections. | ||||
* | * config/tc-h8300.c (build_bytes): For OBJ_ELF, make relocation's | Jeff Law | 2001-08-31 | 1 | -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 Law | 2001-08-31 | 1 | -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 Law | 2001-08-30 | 1 | -3/+4 |
| | |||||
* | Thu Aug 30 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com> | Jeff Law | 2001-08-30 | 1 | -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 define | Jeff Law | 2001-08-29 | 1 | -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 type | Jeff Law | 2001-08-29 | 1 | -0/+13 |
| | | | | | if BFD_ASSEMBLER is defined. (h8300smode, md_begin): Similarly. | ||||
* | Fix copyright notices | Nick Clifton | 2001-03-08 | 1 | -2/+2 |
| | |||||
* | Fix comments. | Nick Clifton | 2000-07-07 | 1 | -6/+5 |
| | |||||
* | Assemble ldmac correctly. | Nick Clifton | 2000-06-25 | 1 | -1/+6 |
| | |||||
* | Kazu Hirata's formatting and comment typo fixes. | Alan Modra | 2000-06-23 | 1 | -122/+76 |
| | |||||
* | * config/tc-h8300.c (parse_reg): Make the function static. | Jeff Law | 2000-06-21 | 1 | -3/+3 |
| | | | | (parse_exp): Likewise. | ||||
* | Don't treat `;' as a line separator by default. | Alan Modra | 2000-06-09 | 1 | -4/+2 |
| | | | | Explicitly mention `;' in line_separator_chars in each backend. | ||||
* | Kazu Hirata's output reloc for mov. | Alan Modra | 2000-05-14 | 1 | -17/+15 |
| | | | | Don't rely on short being 16 bits. | ||||
* | * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate. | Jeff Law | 2000-03-15 | 1 | -14/+14 |
| | |||||
* | 19990502 sourceware import | Richard Henderson | 1999-05-03 | 1 | -0/+1595 |