X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fdebugging.vsgml;h=cdf951c9ccf168b257acd04862b5b3dae9845a1e;hp=23cd5ca0370ee13aa7b92213848312cab9eb509d;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hpb=967cc47f37cb93a5e2b6df7822c9a646f0428247 diff --git a/ghc/docs/users_guide/debugging.vsgml b/ghc/docs/users_guide/debugging.vsgml index 23cd5ca..cdf951c 100644 --- a/ghc/docs/users_guide/debugging.vsgml +++ b/ghc/docs/users_guide/debugging.vsgml @@ -17,13 +17,13 @@ HACKER TERRITORY. HACKER TERRITORY. GHC phases, changing phases, changing GHC -You may specify that a different program -be used for one of the phases of the compilation system, in place of -whatever the driver @ghc@ has wired into it. For example, you -might want to try a different assembler. The -@-pgm@-pgm<phase><stuff> option option to -@ghc@ will cause it to use @@ for phase -@@, where the codes to indicate the phases are: +You may specify that a different program be used for one of the phases +of the compilation system, in place of whatever the driver @ghc@ has +wired into it. For example, you might want to try a different +assembler. The +@-pgm@-pgm<phase><stuff> +option option to @ghc@ will cause it to use @@ +for phase @@, where the codes to indicate the phases are: code | phase @@ @@ -34,6 +34,7 @@ C | Haskell compiler @@ c | C compiler@@ a | assembler @@ l | linker @@ +dep | Makefile dependency generator @@ %---------------------------------------------------------------------- @@ -46,8 +47,9 @@ The preceding sections describe driver options that are mostly applicable to one particular phase. You may also force a specific option @