Commit ab7256e4 by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

* config/m68k/m68k.c (m68k_legitimize_address): Fix typo in signature.

From-SVN: r147656
parent 23e38561
2009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/m68k/m68k.c (m68k_legitimize_address): Fix typo in signature.
2009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
M68K TLS support.
* configure.ac (m68k-*-*): Check if binutils support TLS.
* configure: Regenerate.
......
......@@ -1442,7 +1442,7 @@ m68k_legitimize_sibcall_address (rtx x)
However, if REG is a broken-out memory address or multiplication,
nothing needs to be done because REG can certainly go in an address reg. */
rtx
static rtx
m68k_legitimize_address (rtx x, rtx oldx, enum machine_mode mode)
{
if (m68k_tls_symbol_p (x))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment