diff options
author | Doug Evans <dje@google.com> | 1998-09-21 20:27:28 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-09-21 20:27:28 +0000 |
commit | 3c62de83cd08d5d9e62043f8c436fb9ff149318a (patch) | |
tree | 64556d7e61717c8223675affd59567afd9a0f8ea /gas/ChangeLog | |
parent | fa41e1a3faf7e9778b82b30892434cb98c65bf94 (diff) | |
download | gdb-3c62de83cd08d5d9e62043f8c436fb9ff149318a.zip gdb-3c62de83cd08d5d9e62043f8c436fb9ff149318a.tar.gz gdb-3c62de83cd08d5d9e62043f8c436fb9ff149318a.tar.bz2 |
update tc-dvp.c with sky-980617-branch
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ee16da..2f71e92 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-sky +Mon Sep 21 13:08:01 1998 Doug Evans <devans@canuck.cygnus.com> + + * config/tc-dvp.c (md_begin): Set st_other field of mpgloc_sym. + (assemble_vif,create_vuoverlay_section,s_endmpg,s_vu): Ditto. + +end-sanitize-sky Mon Sep 21 10:42:57 1998 Nick Clifton <nickc@cygnus.com> * config/tc-m32r.c (m32r_do_align): After inserting NOPs, reset @@ -14,6 +21,14 @@ Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund. relocs. * config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs. +start-sanitize-sky +Tue Sep 15 17:04:43 EDT 1998 Jim Lemke <jlemke@cygnus.com> + + * config/tc-dvp.c (parse_float): Strtol() will not convert + 0xFfffFfff properly, it returns 0x7fffFfff. + Changed to use strtoul() which does work properly. + +end-sanitize-sky Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com> * config/obj-elf.c (obj_elf_vtable_inherit): Handle arm @@ -26,6 +41,14 @@ Tue Sep 15 08:51:07 1998 Catherine Moore <clm@cygnus.com> (elf32_arm_force_relocation): New. (armelf_frob_symbol): Remove coff-style symbol support. +start-sanitize-sky +Mon Sep 14 22:28:24 1998 Doug Evans <devans@canuck.cygnus.com> + + * config/tc-dvp.c (parse_float): Support 0fNNN. + (tc_gen_reloc): Don't crash if given a pc-relative reloc for .word, + just signal an error. + +end-sanitize-sky Wed Sep 9 11:27:16 1998 Richard Henderson <rth@cygnus.com> * config/tc-i386.c (i386_operand): Fix typo in last patch. |