openrisc / or1k-glibc

glibc port for or1k
GNU General Public License v2.0
3 stars 7 forks source link

Fix indentation on assembly files #5

Closed stffrdhrn closed 5 years ago

stffrdhrn commented 5 years ago

There are a few assembly files on the or1k-port ,see pr, but they seem to have different indentation.

We need:

  1. Labels are not indented
    1. Indent code with 1 tab
    2. Indent delay slot instructions with additional space
    3. Add fsf headers

Example: https://github.com/stffrdhrn/gcc/blob/master/libgcc/config/or1k/lib1funcs.S

stffrdhrn commented 5 years ago

I did this