diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-14 02:05:28 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-14 02:05:28 +0000 |
commit | 642709633f3981fa551ccc3dc83f067c7e0d3049 (patch) | |
tree | f3f3b6a811d190d1243f8633cfdcee7b03a072e2 | |
parent | 012353f7d1cb96b07805de6b2e19701300ace49e (diff) | |
download | gdb-642709633f3981fa551ccc3dc83f067c7e0d3049.zip gdb-642709633f3981fa551ccc3dc83f067c7e0d3049.tar.gz gdb-642709633f3981fa551ccc3dc83f067c7e0d3049.tar.bz2 |
ecoff.c, as.c changes
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28b6870..f7daf4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Thu Jan 13 16:15:15 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * ecoff.c (ecoff_set_gp_prolog_size): New function. + (current_file_idx): New static variable. + (add_file): Use and increment current_file_idx instead of indx + parameter. + * struc-symbol.h (struct symbol): Make all bitfields unsigned. * config/tc-i960.c (i960_validate_fix): Added argument @@ -17,6 +22,7 @@ Thu Jan 13 16:15:15 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * as.h: Include config.h. (struct symbol): Added forward declaration. (add_to_literal_pool): Fix declaration. + * as.c: Don't include config.h. * literal.c (add_to_literal_pool): Take symbol and addend as arguments, instead of expression, for now. Fix calculation of |