diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-17 21:48:32 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-17 21:48:32 +0100 |
commit | 7200c2244ca5510ddc8321306a6ba9a8f0c22eb6 (patch) | |
tree | d1cedaf22d281a3357401f7b82c8baf231e8d4ae /open_issues | |
parent | fcf0789a3dacb56ffa959ece42d31ef627049002 (diff) |
binutils.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/binutils.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index c443adb6..1796deaf 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -12,6 +13,15 @@ License|/fdl]]."]]"""]] Here's what's to be done for maintaining GNU Binutils. +As these tools primarily deal with low-level parts of the target architecture +and the object file format (ELF ABI), which are essentially (at least meant to +be) the same, there shouldn't be many differences comparing the binutils +between the GNU/Hurd and GNU/Linux ports, for example. There are a few, +though, as explained below. + + +# [[General information|/binutils]] + # [[Sources|source_repositories/binutils]] |