diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-05-17 06:46:15 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2015-05-26 10:14:17 +0300 |
commit | 4de0562a4c69fef4952aa7e19d7bda359f02e8b4 (patch) | |
tree | b93a12cbcb93a315df61a6a77323529eca5ce13c /gdb/gdbarch.c | |
parent | 8f2fd309e013e4e230df46d2dee03c5ca2228836 (diff) | |
download | gdb-4de0562a4c69fef4952aa7e19d7bda359f02e8b4.zip gdb-4de0562a4c69fef4952aa7e19d7bda359f02e8b4.tar.gz gdb-4de0562a4c69fef4952aa7e19d7bda359f02e8b4.tar.bz2 |
xtensa: fix gas segfault with --text-section-literals
When --text-section-literals is used and code in the .init or .fini
emits literal in the absence of .literal_position, xtensa_move_literals
segfaults.
Check that search_frag is non-NULL in the xtensa_move_literals and
report error otherwise.
2015-05-26 Max Filippov <jcmvbkbc@gmail.com>
gas/
* config/tc-xtensa.c (xtensa_move_literals): Check that
search_frag is non-NULL. Report error if literal frag is not
found.
Diffstat (limited to 'gdb/gdbarch.c')
0 files changed, 0 insertions, 0 deletions