* config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
From-SVN: r241512
This commit is contained in:
parent
8e10495178
commit
b1a2b0badf
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-10-25 Jeff Law <law@redhat.com>
|
||||
|
||||
* config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
|
||||
|
||||
2016-10-25 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR sanitizer/78106
|
||||
|
|
|
@ -4550,6 +4550,7 @@ m68k_get_reloc_decoration (enum m68k_reloc reloc)
|
|||
}
|
||||
}
|
||||
}
|
||||
gcc_unreachable ();
|
||||
|
||||
case RELOC_TLSGD:
|
||||
return "@TLSGD";
|
||||
|
|
Loading…
Add table
Reference in a new issue