diff options
author | Jeff Law <law@redhat.com> | 1999-07-15 01:49:45 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-07-15 01:49:45 +0000 |
commit | 67f1cff00cf726966103728655625fcbdbf029ed (patch) | |
tree | 7433be5bd77cfc1ce3dd5e1bb708d346493268bd | |
parent | ab02a599864322ab1b077125bf8bd7b47fbf9047 (diff) | |
download | gdb-67f1cff00cf726966103728655625fcbdbf029ed.zip gdb-67f1cff00cf726966103728655625fcbdbf029ed.tar.gz gdb-67f1cff00cf726966103728655625fcbdbf029ed.tar.bz2 |
* config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op.
(cons_fix_new_hppa): Derive size of fixup from size of the object.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 23feb61..fd5ffac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 15 02:45:30 1999 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (md_pseudo_table): Add ".dword" pseudo-op. + (cons_fix_new_hppa): Derive size of fixup from size of the object. + 1999-07-14 Philip Blundell <pb@nexus.co.uk> * symbols.c (dollar_label_name): Prepend LOCAL_LABEL_PREFIX if it |