More coding-style and cosmetic fixes.
This commit is contained in:
@@ -55,10 +55,11 @@ SECTIONS
|
||||
* You may need to fix this if you're using C++.
|
||||
*/
|
||||
/DISCARD/ : { *(.eh_frame) }
|
||||
/*
|
||||
* Another section used by C++ stuff, appears when using newlib with 64bit
|
||||
* (long long) printf support - discard it for now.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Another section used by C++ stuff, appears when using newlib with
|
||||
* 64bit (long long) printf support - discard it for now.
|
||||
*/
|
||||
/DISCARD/ : { *(.ARM.exidx) }
|
||||
|
||||
end = .;
|
||||
|
||||
Reference in New Issue
Block a user