diff options
author | Nick Clifton <nickc@redhat.com> | 2022-10-11 11:52:38 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-10-11 11:52:38 +0100 |
commit | 029b1ee8d8805ba8cbc4481c107c8e5f32b48eab (patch) | |
tree | 757818638082d7bc972bcecc1b3a42519d0c70d2 /gas/ChangeLog | |
parent | d2d69057a2c2d2e51d4b5ea27fea2e1e65a83592 (diff) | |
download | fsf-binutils-gdb-029b1ee8d8805ba8cbc4481c107c8e5f32b48eab.zip fsf-binutils-gdb-029b1ee8d8805ba8cbc4481c107c8e5f32b48eab.tar.gz fsf-binutils-gdb-029b1ee8d8805ba8cbc4481c107c8e5f32b48eab.tar.bz2 |
Error: attempt to get value of unresolved symbol `L0'
* symbols.c (S_GET_VALUE): If the unresolved symbol is the fake
label provide a more helpful error message to the user.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 018ce60..ce4e78c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2022-10-11 Nick Clifton <nickc@redhat.com> + + * symbols.c (S_GET_VALUE): If the unresolved symbol is the fake + label provide a more helpful error message to the user. + 2022-09-28 Nick Clifton <nickc@redhat.com> PR 29623 |