Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-09-10 | Fixed sanitization | Nick Clifton | 3 | -7/+10 | |
1997-09-10 | Added v850 emulation. | Nick Clifton | 3 | -0/+6 | |
1997-09-10 | remove mentions of ARC | Ian Lance Taylor | 1 | -145/+0 | |
1997-09-10 | Support tx19 sanitation. | Gavin Romig-Koch | 2 | -0/+57 | |
1997-09-10 | Remove arc sanitization. | David Edelsohn | 1 | -28/+0 | |
1997-09-10 | ARC port no longer sanitized. | David Edelsohn | 1 | -0/+3 | |
1997-09-10 | * Makefile.am (CPU_TYPES): Add arc. | David Edelsohn | 1 | -1/+9 | |
(TARGET_CPU_CFILES): Add tc-arc.c. (TARGET_CPU_HFILES): Add tc-arc.h. (dependencies): Rebuild. * Makefile.in: Rebuild. | |||||
1997-09-10 | Remove arc sanitization. | David Edelsohn | 2 | -91/+85 | |
1997-09-09 | Correcte dscription of hi() reloc prefix. Added description of hi0() reloc ↵ | Nick Clifton | 2 | -3/+28 | |
prefix. | |||||
1997-09-09 | Added documentation if hilo() reloc prefix. | Nick Clifton | 1 | -1/+13 | |
1997-09-09 | Add new holio() reloc prefix. | Nick Clifton | 2 | -22/+71 | |
1997-09-09 | Added documentation for new command line options and pseudo ops. | Nick Clifton | 2 | -2/+70 | |
1997-09-09 | Add new pseudo ops: .v850, .v850e and .v850eq to specify the target processor. | Nick Clifton | 2 | -0/+26 | |
1997-09-09 | Support -alh and -ald for DWARF 1: | Ian Lance Taylor | 1 | -0/+13 | |
* listing.c (struct list_info_struct): Add debugging field. (listing_newline): Initialize the debugging field. If ELF, if the section starts with .debug or .line, set the debugging field in the listing structure. (debugging_pseudo): Add list parameter. Change all callers. If the debugging field is set, consider it to be a debugging pseudo. If ELF, skip blank lines between debugging lines. * read.c (emit_expr): If ELF, look for line numbers. (stringer): If ELF, look for file names. PR 13210. | |||||
1997-09-08 | Only test for immediaqte overflow if there is no insertion function. | Nick Clifton | 2 | -41/+45 | |
1997-09-08 | Add command line option to specify processor type. | Nick Clifton | 3 | -22/+67 | |
1997-09-08 | * gas/m32r/high-1.[ds]: New testcase. | David Edelsohn | 3 | -0/+21 | |
* gas/m32r/m32r.exp: Run it. | |||||
1997-09-08 | Added -mwarn_unsigned_overflow so that defuault is to treat unsigned | Nick Clifton | 2 | -1/+17 | |
values as signed values if they start to overflow. | |||||
1997-09-08 | * as.h: Don't declare alloca if it is a macro. | Ian Lance Taylor | 1 | -0/+5 | |
* macro.c: Likewise. | |||||
1997-09-07 | tx19 and related necessary changes. | Gavin Romig-Koch | 2 | -1/+23 | |
* config.sub: Add tx19/r1900. * sim/mips/configure.in, sim/mips/gencode: Add tx19/r1900. * gcc/config.sub, gcc/configure: Add tx19/r1900. * gcc/config/mips/r1900.h, config/mips/t-r1900: New. * gas/config/tc-mips.c: Add tx19/r1900. * gcc/config/mips/mips.c: Don't build 16 bit to 32 bit stubs for TARGET_SOFT_FLOAT. * config.sub: Add "marketing-names" patch. * gcc/config.sub: Add "marketing-names" patch. * gcc/configure: Change "as" link from "../gas/as.new" to "../gas/as-new"; Same for "ld" link. | |||||
1997-09-07 | * config/tc-alpha.c (md_parse_option): Move m[] out to top level and | Richard Henderson | 1 | -0/+12 | |
rename to cpu_types[]. (s_alpha_arch): New function. (md_pseudo_table): Add "arch". * config/tc-alpha.c (md_begin): Merge the two loops through the opcode table. (s_alpha_proc): Add initial SKIP_WHITESPACE. (s_alpha_set): Likewise. Use get_symbol_end instead local while loop. | |||||
1997-09-07 | * read.h (s_lcomm_bytes): Add prototype (for real this time). | Fred Fish | 1 | -0/+4 | |
1997-09-04 | * config/obj-elf.c (elf_frob_symbol): Only set BSF_OBJECT for | Ian Lance Taylor | 1 | -0/+5 | |
symbols on Irix. | |||||
1997-09-03 | Removed v850 sanitization. | Nick Clifton | 7 | -371/+274 | |
1997-09-03 | Removed the BFD_RELOC_V850_16_PCREL. | Nick Clifton | 2 | -10/+28 | |
1997-09-03 | * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex | Jeff Law | 1 | -0/+6 | |
relative to the next instruction, not the current instruction. (md_assemble): Similarly. pr13171 | |||||
1997-09-02 | Explanations of offsets in SDA/ZDA areas fixed. | Nick Clifton | 2 | -5/+18 | |
1997-09-02 | Support for new relocations added. Support for SDA/TDA/ZDA sections added. | Nick Clifton | 3 | -197/+338 | |
1997-09-02 | * config/tc-v850.c (md_assemble): Use opcode->name instead of | Andrew Cagney | 2 | -1/+12 | |
opcode->opcode as the sentinal. Zero is a valid opcode. | |||||
1997-08-29 | SH4 assembler extensions. | Joern Rennecke | 3 | -0/+72 | |
1997-08-26 | * doc/as.texinfo (Machine Dependencies): Add v850 to menu. | Ian Lance Taylor | 3 | -1/+9 | |
* doc/c-v850.texi: Change node name to match other chapter nodes. | |||||
1997-08-26 | * expr.c (integer_constant): If BFD64, don't make a bignum if the | Ian Lance Taylor | 1 | -0/+3 | |
number will fit in 64 bits. | |||||
1997-08-26 | * config/tc-alpha.c (load_expression): Check explicitly for O_big, | Ian Lance Taylor | 2 | -5/+60 | |
rather than calling abort. | |||||
1997-08-26 | * as.h: Don't define alloca if __GNUC__. Just declare it. | Ian Lance Taylor | 3 | -23/+105 | |
* macro.c: Copy alloca handling from as.h. | |||||
1997-08-26 | * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From | Ian Lance Taylor | 1 | -1/+4 | |
Gabriel Paubert <paubert@iram.es>. | |||||
1997-08-26 | Corrected name of tiny data area label. | Nick Clifton | 2 | -2/+9 | |
1997-08-26 | Use address size prefix for loopw as for jcxz. | Ian Lance Taylor | 2 | -2/+8 | |
1997-08-26 | * config/tc-i386.c (md_assemble): In JumpByte case, when looking | Ian Lance Taylor | 2 | -3/+25 | |
for a WORD_PREFIX_OPCODE, change it to ADDR_PREFIX_OPCODE if this is jcxz. | |||||
1997-08-25 | Set machine architecture and type. | Nick Clifton | 2 | -0/+20 | |
1997-08-25 | * symbols.c (resolve_symbol_value): Store the value back into the | Ian Lance Taylor | 2 | -122/+176 | |
symbol expression, to handle add or subtract simplification correctly. Handle O_symbol_rva. Add default case. | |||||
1997-08-25 | * config/tc-ppc.c (ppc_change_csect): Temporarily lower the | Ian Lance Taylor | 1 | -0/+8 | |
chunksize while creating the new subsection. * as.c (chunksize): Initialize to zero. * subsegs.c (subseg_set_rest): Change 5000 to chunksize when calling obstack_begin. | |||||
1997-08-25 | Support constant expressions as register lists. | Nick Clifton | 2 | -21/+111 | |
1997-08-25 | * gas/m32r/relax-1.[ds]: New testcase. | David Edelsohn | 4 | -13/+36 | |
* gas/m32r/m32r.exp: Run it. | |||||
1997-08-25 | Fixed node name. | Nick Clifton | 2 | -1/+6 | |
1997-08-25 | Switch from C++ style comment to C style. | Nick Clifton | 1 | -2/+2 | |
1997-08-23 | fix v850 sanitization | Ian Lance Taylor | 1 | -0/+1 | |
1997-08-22 | Added documentation of v850 assembler options. | Nick Clifton | 5 | -4/+377 | |
1997-08-22 | Make the NUL character be considered to be a line terminator. | Nick Clifton | 2 | -6/+41 | |
1997-08-22 | Add support for curly brace register list syntax. | Nick Clifton | 2 | -33/+119 | |
1997-08-21 | Fixed v850_section to cope with original section styles as well. | Nick Clifton | 1 | -15/+8 | |