Skip to content

Commit

Permalink
Merge pull request #2774 from MishaProductions/binutils-update
Browse files Browse the repository at this point in the history
Update Binutils to version 2.41 from cygwin
  • Loading branch information
quajak authored Sep 18, 2023
2 parents 19225f7 + 9af3063 commit 65a1ae8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
Binary file removed Build/Tools/cygwin/cygiconv-2.dll
Binary file not shown.
Binary file removed Build/Tools/cygwin/cygintl-3.dll
Binary file not shown.
Binary file modified Build/Tools/cygwin/cygwin1.dll
Binary file not shown.
Binary file modified Build/Tools/cygwin/ld.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions Build/Tools/cygwin/objdump.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@ECHO OFF

REM %1 == ToolPath
REM %2 == ElfFile
REM %3 == MapFile

"%~1\objdump.exe" --wide --syms "%~2" > "%~3"
Binary file modified Build/Tools/cygwin/objdump.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Build/Tools/cygwin/objdump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# %1 == ToolPath
# %2 == ElfFile
# %3 == MapFile
objdump --wide --syms "$2" > "$3"
Binary file not shown.
Binary file not shown.
Binary file modified source/Cosmos.Build.Tasks/tools/cygwin/win/cygwin1.dll
Binary file not shown.
Binary file modified source/Cosmos.Build.Tasks/tools/cygwin/win/ld.exe
Binary file not shown.
Binary file modified source/Cosmos.Build.Tasks/tools/cygwin/win/objdump.exe
Binary file not shown.

0 comments on commit 65a1ae8

Please sign in to comment.