diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:03:15 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-02-04 04:03:15 +0000 |
commit | 5459d7a0810702e172a7d51dae046285757d7d88 (patch) | |
tree | 331dfd2e7e407c2ddaf13c14516b437a6b4dbadf /gas/ChangeLog | |
parent | c4a42e0f58139c32ccb5d2e8d05ff2148c7b0afe (diff) | |
download | gdb-5459d7a0810702e172a7d51dae046285757d7d88.zip gdb-5459d7a0810702e172a7d51dae046285757d7d88.tar.gz gdb-5459d7a0810702e172a7d51dae046285757d7d88.tar.bz2 |
* config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
common and weak symbols. Handle common and weak symbols as
undefined symbols with regards to GREG handling and merging.
(mmix_frob_file): Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 82b4521..968ce17 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2002-02-04 Hans-Peter Nilsson <hp@bitrange.com> + + * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of + common and weak symbols. Handle common and weak symbols as + undefined symbols with regards to GREG handling and merging. + (mmix_frob_file): Ditto. + 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com> * configure.in (hppa-*-netbsd*): New target. |