File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
3737
3838* Note: a warning may appear when linking, disregard it*
3939
40- Now examine both "binary" files, ` function.o ` and ` function.bin ` using ` xdd ` . You
40+ Now examine both "binary" files, ` function.o ` and ` function.bin ` using ` xxd ` . You
4141will see that the ` .bin ` file is machine code, while the ` .o ` file has a lot
4242of debugging information, labels, etc.
4343
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ on Homebrew's repos)
2020
2121``` sh
2222cd /tmp/src
23- curl -O http://ftp.rediris.es/mirror/GNU/gnu/ gdb/gdb-7.8.tar.gz
23+ curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
2424tar xf gdb-7.8.tar.gz
2525mkdir gdb-build
2626cd gdb-build
You can’t perform that action at this time.
0 commit comments