diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-14 01:28:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-14 01:28:19 +0000 |
commit | ff4325cb9bacbfee43fa76ff359429c1f2d28775 (patch) | |
tree | 5adfc98e03acbd3a676eaec7f74ef167852a8223 /gas | |
parent | d0acb092fd4929e3d6f0aa15815a98c2195420e3 (diff) | |
download | gdb-ff4325cb9bacbfee43fa76ff359429c1f2d28775.zip gdb-ff4325cb9bacbfee43fa76ff359429c1f2d28775.tar.gz gdb-ff4325cb9bacbfee43fa76ff359429c1f2d28775.tar.bz2 |
* struc-symbol.h (struct symbol): Make all bitfields unsigned.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 18a5ac0..28b6870 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Thu Jan 13 16:15:15 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * struc-symbol.h (struct symbol): Make all bitfields unsigned. + * config/tc-i960.c (i960_validate_fix): Added argument add_symbolPP. Indirect through it to get "add_symbolP". * config/tc-i960.h (i960_validate_fix): Supply prototype. |